![]() |
Murl Engine API
Version 2025.1
|
The gyroscope device interface. More...
#include <murl_i_gyroscope.h>
The gyroscope device interface.
Used by the platform to post events to the device.
Inherited by Murl::Input::GyroscopeDevice.
Public Member Functions | |
| virtual void | PostEvent (Real rotX, Real rotY, Real rotZ)=0 |
| Post the current gyroscope angular velocity. More... | |
Post the current gyroscope angular velocity.
| rotX | The angular velocity around the x-axis in radians per second. |
| rotY | The angular velocity around the y-axis in radians per second. |
| rotZ | The angular velocity around the Z-axis in radians per second. |