See Also
Enumerations
Name | Values |
| This class exposes no enumerations. |
Contants
Name | Value |
| This class exposes no constants. |
Events
Definition | Description |
Motion( Acceleration as GraffitiWebMotionPoint, AccelerationIncGravity as GraffitiWebMotionPoint, RotationRate as GraffitiWebMotionPoint, Interval as Double ) | This event is fired when the user has moved their device. |
OrientationChanged( Absolute as Boolean, Orientation as GraffitiWebMotionPoint ) | The device's orientation has changed (IE: Portrait to Landscape). |
SupportChecked() | The class has checked for browser support. |
Methods
Definition | Description |
| This class exposes no methods. |
Properties
Name | Type | Description |
MotionSupported | Boolean | Returns true if the user's browser supports motion events. |
OrientationSupported | Boolean | Returns true if the user's browser supports orientation events. |
Examples
There are currently no examples for this class.