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 2024-11-06 at 20:16:53 +0000