Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::INPUT Namespace Reference

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...
 

Enumeration Type Documentation

◆ CARDINAL_DIRECTION

Cardinal directions, used for input device motions.

Enumerator
NONE 
UP 
DOWN 
RIGHT 
LEFT 

◆ INTERCARDINAL_DIRECTION

Cardinal and intercardinal directions, used for input device motions.

Enumerator
NONE 
UP 
DOWN 
RIGHT 
LEFT 
RIGHTUP 
RIGHTDOWN 
LEFTUP 
LEFTDOWN