Murl::IMotion Interface Referenceabstract
The motion device interface. More...
#include "murl_i_motion.h"
Inherited by Murl::Input::MotionDevice.
Public Types | |
enum | EventAction { EVENT_ACTION_NONE , EVENT_ACTION_MOTION_BEGIN , EVENT_ACTION_MOTION_END , EVENT_ACTION_CANCEL , NUM_EVENT_ACTIONS } |
Definition of event actions. More... | |
Public Member Functions | |
virtual void | PostEvent (EventAction action)=0 |
Post the current motion state. More... | |
Detailed Description
The motion device interface.
Used by the platform to post events to the device.
Member Enumeration Documentation
◆ EventAction
Member Function Documentation
◆ PostEvent()
|
pure virtual |
Post the current motion state.
- Parameters
-
action The event action, see enum EventAction.
The documentation for this interface was generated from the following file:
- murl_i_motion.h