![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "KeyboardStat.h"
#include "windowing/XBMC_events.h"
#include "input/XBMC_keytable.h"
#include "input/XBMC_vkeys.h"
#include "peripherals/Peripherals.h"
#include "peripherals/devices/PeripheralHID.h"
#include "threads/SystemClock.h"
#include "utils/log.h"
#include "ServiceBroker.h"
Macros | |
#define | HOLD_THRESHOLD 250 |
Functions | |
bool | operator== (const XBMC_keysym &lhs, const XBMC_keysym &rhs) |
#define HOLD_THRESHOLD 250 |
bool operator== | ( | const XBMC_keysym & | lhs, |
const XBMC_keysym & | rhs | ||
) |