The IRawButtonDevice interface.
More...
#include <murl_input_i_raw_button_device.h>
◆ IsButtonPressed()
virtual Bool Murl::Input::IRawButtonDevice::IsButtonPressed |
( |
RawButtonCode |
code | ) |
const |
|
pure virtual |
Check if a specified raw-button is pressed.
- Parameters
-
code | The raw-button identifier. |
- Returns
- true if the button is pressed.
◆ WasButtonPressed()
virtual Bool Murl::Input::IRawButtonDevice::WasButtonPressed |
( |
RawButtonCode |
code | ) |
const |
|
pure virtual |
Check if a specified raw-button was pressed in the most recent tick.
- Parameters
-
code | The raw-button identifier. |
- Returns
- true if the button was pressed in the most recent tick.
◆ WasButtonReleased()
virtual Bool Murl::Input::IRawButtonDevice::WasButtonReleased |
( |
RawButtonCode |
code | ) |
const |
|
pure virtual |
Check if a specified raw-button was released in the most recent tick.
- Parameters
-
code | The raw-button identifier. |
- Returns
- true if the button was released in the most recent tick.
The documentation for this interface was generated from the following file:
- murl_input_i_raw_button_device.h