Class InputSystem¶
Defined in File input_system.h
Inheritance Relationships¶
Base Type¶
public System(Class System)
Class Documentation¶
-
class
InputSystem: public System¶ Input system responsible for registering and loading inputs.
Public Functions
-
void
loadSchemes(const HashMap<String, InputScheme> &schemes)¶
-
void
addScheme(const String &name, const InputScheme &scheme)¶
-
void
popScheme()¶
-
void
flushSchemes()¶
-
bool
initialize(const JSON::json &systemData)¶
-
void
setConfig(const SceneSettings &sceneSettings)¶
-
void
update(float deltaMilliseconds)¶
Public Static Functions
-
static InputSystem *
GetSingleton()¶
-
void