Polyphase Game Engine
Loading...
Searching...
No Matches
PlayerInputSystem Member List

This is the complete list of members for PlayerInputSystem, including all inherited members.

AddBinding(const std::string &category, const std::string &name, const InputActionBinding &binding)PlayerInputSystem
ClearBindings(const std::string &category, const std::string &name)PlayerInputSystem
Create()PlayerInputSystemstatic
Destroy()PlayerInputSystemstatic
FindAction(const std::string &category, const std::string &name)PlayerInputSystem
FindAction(const std::string &category, const std::string &name) constPlayerInputSystem
Get()PlayerInputSystemstatic
GetActions() constPlayerInputSystem
GetActionValue(const std::string &category, const std::string &name, int32_t playerIndex=-1) constPlayerInputSystem
GetPlayersConnected() constPlayerInputSystem
IsActionActive(const std::string &category, const std::string &name, int32_t playerIndex=-1) constPlayerInputSystem
IsEnabled() constPlayerInputSystem
LoadProjectActions()PlayerInputSystem
RegisterAction(const std::string &category, const std::string &name, TriggerMode mode=TriggerMode::SinglePress)PlayerInputSystem
SaveProjectActions()PlayerInputSystem
SetEnabled(bool enabled)PlayerInputSystem
SetTrigger(const std::string &category, const std::string &name, const InputActionTrigger &trigger)PlayerInputSystem
UnregisterAction(const std::string &category, const std::string &name)PlayerInputSystem
Update(float deltaTime)PlayerInputSystem
WasActionJustActivated(const std::string &category, const std::string &name, int32_t playerIndex=-1) constPlayerInputSystem
WasActionJustDeactivated(const std::string &category, const std::string &name, int32_t playerIndex=-1) constPlayerInputSystem