|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <InputEvent.hpp>
Public Member Functions | |
| KeyboardEvent () | |
Public Attributes | |
| int | deviceID |
| KEY_CODE | keyCode |
| KeyboardEventType | Type |
Definition at line 36 of file InputEvent.hpp.
|
inline |
Definition at line 41 of file InputEvent.hpp.
| int Sleak::Input::KeyboardEvent::deviceID |
Definition at line 37 of file InputEvent.hpp.
| KEY_CODE Sleak::Input::KeyboardEvent::keyCode |
Definition at line 38 of file InputEvent.hpp.
| KeyboardEventType Sleak::Input::KeyboardEvent::Type |
Definition at line 39 of file InputEvent.hpp.