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