![]() |
Murl Engine API
Version 2018.3
|
The raw-mouse device interface. More...
#include <murl_i_raw_mouse.h>
The raw-mouse device interface.
Used by the platform to post events to the device.
Inherited by Murl::Input::RawMouseDevice.
Public Types | |
enum | EventAction { EVENT_ACTION_NONE, EVENT_ACTION_MOUSE, EVENT_ACTION_WHEEL } |
Definition of event actions. More... | |
Public Member Functions | |
virtual void | PostEvent (EventAction action, SInt32 deltaX, SInt32 deltaY)=0 |
Post the current mouse state. More... | |
|
pure virtual |
Post the current mouse state.
action | The event action, see enum EventAction. |
deltaX | The mouse x-axis delta values. |
deltaY | The mouse y-axis delta values. |