Method: Browser::Event::DeviceMotion.construct
- Defined in:
-
opal/browser/event/device_motion.rb,
opal/browser/event/device_motion.rb
22 23 24 |
# File 'opal/browser/event/device_motion.rb', line 22 def self.construct(name, desc) `new DeviceMotionEvent(#{name}, #{desc})` end |