![]() |
Murl Engine API
Version 2024.1
|
The raw-button device interface. More...
#include <murl_i_raw_button.h>
The raw-button device interface.
Used by the platform to post events to the device.
Inherited by Murl::Input::RawButtonDevice.
Public Types | |
enum | EventAction { EVENT_ACTION_NONE , EVENT_ACTION_BUTTON_DOWN , EVENT_ACTION_BUTTON_UP , EVENT_ACTION_FLUSH , NUM_EVENT_ACTIONS } |
Definition of event actions. More... | |
Public Member Functions | |
virtual void | PostEvent (EventAction action, RawButtonCode code)=0 |
Post the current raw-button state. More... | |
Definition of event actions.
|
pure virtual |
Post the current raw-button state.
action | The event action, see enum EventAction. |
code | The raw-button code. |