Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | CInputTranslator |
Enumerations | |
enum class | CARDINAL_DIRECTION { NONE = 0x0 , UP = 0x1 , DOWN = 0x2 , RIGHT = 0x4 , LEFT = 0x8 } |
Cardinal directions, used for input device motions. More... | |
enum class | INTERCARDINAL_DIRECTION { NONE = static_cast<unsigned int>(CARDINAL_DIRECTION::NONE) , UP = static_cast<unsigned int>(CARDINAL_DIRECTION::UP) , DOWN = static_cast<unsigned int>(CARDINAL_DIRECTION::DOWN) , RIGHT = static_cast<unsigned int>(CARDINAL_DIRECTION::RIGHT) , LEFT = static_cast<unsigned int>(CARDINAL_DIRECTION::LEFT) , RIGHTUP = RIGHT | UP , RIGHTDOWN = RIGHT | DOWN , LEFTUP = LEFT | UP , LEFTDOWN = LEFT | DOWN } |
Cardinal and intercardinal directions, used for input device motions. More... | |
|
strong |
|
strong |