|
| DeviceInput (InputDevice d, DeviceButton b, float l=0) |
|
| DeviceInput (InputDevice d, DeviceButton b, float l, const std::chrono::steady_clock::time_point &t) |
|
| DeviceInput (InputDevice d, DeviceButton b, const std::chrono::steady_clock::time_point &t, int zVal=0) |
|
auto | ToString () const -> std::string |
|
auto | FromString (const std::string &s) -> bool |
|
auto | IsValid () const -> bool |
|
void | MakeInvalid () |
|
auto | IsJoystick () const -> bool |
|
auto | IsMouse () const -> bool |
|
|
InputDevice | device { InputDevice_Invalid } |
|
DeviceButton | button { DeviceButton_Invalid } |
|
float | level { 0 } |
|
int | z { 0 } |
|
bool | bDown { false } |
|
std::chrono::steady_clock::time_point | ts |
|
The documentation for this struct was generated from the following files:
- /home/runner/work/etterna/etterna/src/RageUtil/Misc/RageInputDevice.h
- /home/runner/work/etterna/etterna/src/RageUtil/Misc/RageInputDevice.cpp