Method: Browser::Event::DeviceMotion.supported?
- Defined in:
- opal/browser/event/device_motion.rb
.supported? ⇒ Boolean
8 9 10 |
# File 'opal/browser/event/device_motion.rb', line 8 def self.supported? Browser.supports? 'Event.DeviceMotion' end |