11 #include "input/XBMC_vkeys.h" 12 #include "input/keyboard/interfaces/IKeyboardDriverHandler.h" 33 static std::vector<XBMCVKey> m_sequence;
35 unsigned int m_state = 0;
bool OnKeyPress(const CKey &key) override
A key has been pressed.
Definition: KeyboardEasterEgg.cpp:22
void OnKeyRelease(const CKey &key) override
A key has been released.
Definition: KeyboardEasterEgg.h:30
Controller configuration window.
Definition: AudioDecoder.h:18
Hush!!!
Definition: KeyboardEasterEgg.h:23
Interface for handling keyboard events.
Definition: IKeyboardDriverHandler.h:21