InputController::Action
Public Functions
| Name | |
|---|---|
| Action(std::string n, EKeyState s, KeyCallback callback) |
Public Attributes
| Name | |
|---|---|
| KeyCallback | fn |
| std::string | name |
| EKeyState | state |
Public Functions Documentation
function Action
cpp
inline Action(
std::string n,
EKeyState s,
KeyCallback callback
)inline Action(
std::string n,
EKeyState s,
KeyCallback callback
)Public Attributes Documentation
variable fn
cpp
KeyCallback fn;KeyCallback fn;variable name
cpp
std::string name;std::string name;variable state
cpp
EKeyState state;EKeyState state;Updated on 2025-09-07 at 16:13:50 +0000