KTech 1.1.0
C++ 2D terminal game engine library
Loading...
Searching...
No Matches
KTech::Input::CallbackGroup Member List

This is the complete list of members for KTech::Input::CallbackGroup, including all inherited members.

CallbackGroup(Engine &engine, bool enabled=true)KTech::Input::CallbackGroup
Disable()KTech::Input::CallbackGroup
Enable()KTech::Input::CallbackGroup
RegisterCallback(const std::string &stringKey, const std::function< bool()> &callback)KTech::Input::CallbackGroup
RegisterRangedCallback(char start, char end, const std::function< bool()> &callback)KTech::Input::CallbackGroup
~CallbackGroup()KTech::Input::CallbackGroup