The IRawKeyboardDevice interface.
More...
#include <murl_input_i_raw_keyboard_device.h>
◆ IsKeyPressed()
virtual Bool Murl::Input::IRawKeyboardDevice::IsKeyPressed |
( |
RawKeyCode |
code | ) |
const |
|
pure virtual |
Check if a specified raw-key is pressed.
- Parameters
-
code | The raw-key identifier. |
- Returns
- true if the key is pressed.
◆ WasKeyPressed()
virtual Bool Murl::Input::IRawKeyboardDevice::WasKeyPressed |
( |
RawKeyCode |
code | ) |
const |
|
pure virtual |
Check if a specified raw-key was pressed in the most recent tick.
- Parameters
-
code | The raw-key identifier. |
- Returns
- true if the key was pressed in the most recent tick.
◆ WasKeyReleased()
virtual Bool Murl::Input::IRawKeyboardDevice::WasKeyReleased |
( |
RawKeyCode |
code | ) |
const |
|
pure virtual |
Check if a specified raw-key was released in the most recent tick.
- Parameters
-
code | The raw-key identifier. |
- Returns
- true if the key was released in the most recent tick.
The documentation for this interface was generated from the following file:
- murl_input_i_raw_keyboard_device.h