![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <rcsdl.h>
Public Member Functions | |
eSDLInputDriver () | |
~eSDLInputDriver () | |
void | keyPressed (const SDL_KeyboardEvent *key) |
![]() | |
eRCDriver (eRCInput *input) | |
Constructs a driver. More... | |
eRCInput * | getInput () const |
Get pointer to key-consumer. More... | |
void | addCodeListener (eRCDevice *dev) |
Adds a code lister. More... | |
void | removeCodeListener (eRCDevice *dev) |
virtual | ~eRCDriver () |
void | enable (int en) |
virtual void | setExclusive (bool) |
virtual bool | isKeyboard () |
virtual bool | isPointerDevice () |
Static Public Member Functions | |
static eSDLInputDriver * | getInstance () |
Additional Inherited Members | |
![]() | |
std::list< eRCDevice * > | listeners |
eRCInput * | input |
int | enabled |
eSDLInputDriver::eSDLInputDriver | ( | ) |
eSDLInputDriver::~eSDLInputDriver | ( | ) |
|
inlinestatic |
void eSDLInputDriver::keyPressed | ( | const SDL_KeyboardEvent * | key | ) |