Murl::IRawMouse Interface Referenceabstract
The raw-mouse device interface. More...
#include "murl_i_raw_mouse.h"
Inherited by Murl::Input::RawMouseDevice.
Public Types | |
enum | EventAction { EVENT_ACTION_NONE , EVENT_ACTION_MOUSE , EVENT_ACTION_WHEEL , NUM_EVENT_ACTIONS } |
Definition of event actions. More... | |
Public Member Functions | |
virtual void | PostEvent (EventAction action, SInt32 deltaX, SInt32 deltaY)=0 |
Post the current mouse state. More... | |
Detailed Description
The raw-mouse 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 mouse state.
- Parameters
-
action The event action, see enum EventAction. deltaX The mouse x-axis delta values. deltaY The mouse y-axis delta values.
The documentation for this interface was generated from the following file:
- murl_i_raw_mouse.h