![]() |
Murl Engine API
Version 2018.3
|
The motion device interface. More...
#include <murl_i_motion.h>
The motion device interface.
Used by the platform to post events to the device.
Inherited by Murl::Input::MotionDevice.
Public Types | |
enum | EventAction { EVENT_ACTION_NONE, EVENT_ACTION_MOTION_BEGIN, EVENT_ACTION_MOTION_END, EVENT_ACTION_CANCEL } |
Definition of event actions. More... | |
Public Member Functions | |
virtual void | PostEvent (EventAction action)=0 |
Post the current motion state. More... | |
|
pure virtual |
Post the current motion state.
action | The event action, see enum EventAction. |