xbmc
|
Interface for classes that can provide keyboard input. More...
#include <IKeyboardInputProvider.h>
Public Member Functions | |
virtual void | RegisterKeyboardHandler (IKeyboardInputHandler *handler, bool bPromiscuous)=0 |
Registers a handler to be called on keyboard input. More... | |
virtual void | UnregisterKeyboardHandler (IKeyboardInputHandler *handler)=0 |
Unregisters handler from keyboard input. More... | |
Interface for classes that can provide keyboard input.
|
pure virtual |
Registers a handler to be called on keyboard input.
handler | The handler to receive keyboard input provided by this class |
bPromiscuous | True to observe all events without affecting the input's destination |
Implemented in PERIPHERALS::CPeripheral.
|
pure virtual |
Unregisters handler from keyboard input.
handler | The handler that was receiving keyboard input |
Implemented in PERIPHERALS::CPeripheral.