DeviceOrientation Event Specification
Tizen can detect motion data in the device by providing interaction between the user and device through a new UI or UX.
The main orientation event features include:
- Detecting rotation
You can use the deviceorientation event to detect rotation data in order to rotate game characters or elements.
- Detecting acceleration
You can use rotation speed (acceleration in the device) information, including gravity, with the devicemotion event. You can move game characters or elements, and capture acceleration values to add certain events.