|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <InputEvent.hpp>
Public Member Functions | |
| GamepadEvent () | |
Public Attributes | |
| int | axis |
| float | axisValue |
| int | button |
| int | deviceID |
Gamepad Events (if needed)
Definition at line 58 of file InputEvent.hpp.
|
inline |
Definition at line 64 of file InputEvent.hpp.
| int Sleak::Input::GamepadEvent::axis |
Definition at line 61 of file InputEvent.hpp.
| float Sleak::Input::GamepadEvent::axisValue |
Definition at line 62 of file InputEvent.hpp.
| int Sleak::Input::GamepadEvent::button |
Definition at line 60 of file InputEvent.hpp.
| int Sleak::Input::GamepadEvent::deviceID |
Definition at line 59 of file InputEvent.hpp.