Uses of Class
org.vaadin.firitin.devicemotion.DeviceOrientation
Packages that use DeviceOrientation
- 
Uses of DeviceOrientation in org.vaadin.firitin.devicemotion
Methods in org.vaadin.firitin.devicemotion that return DeviceOrientationModifier and TypeMethodDescriptionstatic DeviceOrientationDeviceOrientation.listen(com.vaadin.flow.component.UI ui, DeviceOrientation.OrientationListener listener, boolean absolute) Starts listening to device orientation events and notifies the listener with orientation data.static DeviceOrientationDeviceOrientation.listen(DeviceOrientation.OrientationListener listener) Starts listening to device orientation events and notifies the listener with orientation data.static DeviceOrientationDeviceOrientation.listen(DeviceOrientation.OrientationListener listener, boolean absolute) Starts listening to device orientation events and notifies the listener with orientation data.