![]() |
Murl Engine API
Version 2025.1
|
The raw-keyboard device interface. More...
#include <murl_i_raw_keyboard.h>
The raw-keyboard device interface.
Used by the platform to post events to the device.
Inherited by Murl::Input::RawKeyboardDevice.
Public Types | |
| enum | EventAction { EVENT_ACTION_NONE, EVENT_ACTION_KEY_DOWN, EVENT_ACTION_KEY_UP, EVENT_ACTION_FLUSH } |
| Definition of event actions. More... | |
Public Member Functions | |
| virtual void | PostEvent (EventAction action, RawKeyCode code)=0 |
| Post the current raw-key state. More... | |
Definition of event actions.
|
pure virtual |
Post the current raw-key state.
| action | The event action, see enum EventAction. |
| code | The raw-key code. |