34 virtual bool HotkeysPressed(
const std::set<std::string>& keyNames)
const = 0;
49 virtual void OnPress(
const std::string& keyName) = 0;
virtual void OnPress(const std::string &keyName)=0
Called when a key has emitted an action after bring pressed.
virtual std::string GetLastPressed() const =0
Get the key name of the last button pressed.
virtual bool HotkeysPressed(const std::set< std::string > &keyNames) const =0
Get the pressed state of the given keys.
Interface for a class working with a keymap.
Definition: IKeymapHandler.h:22
Controller configuration window.
Definition: AudioDecoder.h:18