![]() |
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) |
Public Member Functions inherited from eRCDriver | |
| 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 | |
Protected Attributes inherited from eRCDriver | |
| std::list< eRCDevice * > | listeners |
| eRCInput * | input |
| int | enabled |
| eSDLInputDriver::eSDLInputDriver | ( | ) |
| eSDLInputDriver::~eSDLInputDriver | ( | ) |
|
inlinestatic |
| void eSDLInputDriver::keyPressed | ( | const SDL_KeyboardEvent * | key | ) |