Skip to content

InputController::Action

Public Functions

Name
Action(std::string n, EKeyState s, KeyCallback callback)

Public Attributes

Name
KeyCallbackfn
std::stringname
EKeyStatestate

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-03-16 at 19:15:01 +0000