vdr 2.7.4
|
#include <stdio.h>
#include <termios.h>
#include <time.h>
#include "keys.h"
#include "thread.h"
#include "tools.h"
Go to the source code of this file.
Classes | |
class | cRemote |
class | cRemotes |
class | cKbdRemote |
Enumerations | |
enum | eKbdFunc { kfNone , kfF1 = 0x100 , kfF2 , kfF3 , kfF4 , kfF5 , kfF6 , kfF7 , kfF8 , kfF9 , kfF10 , kfF11 , kfF12 , kfUp , kfDown , kfLeft , kfRight , kfHome , kfEnd , kfPgUp , kfPgDown , kfIns , kfDel } |
Variables | |
cRemotes | Remotes |
enum eKbdFunc |
|
extern |
Definition at line 211 of file remote.c.
Referenced by cRemote::cRemote(), cInterface::LearnKeys(), main(), and cRemote::~cRemote().