Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Namespaces | |
namespace | KODI |
namespace | KODI::MOUSE |
enum class | KODI::MOUSE::BUTTON_ID { KODI::MOUSE::BUTTON_ID::UNKNOWN , KODI::MOUSE::BUTTON_ID::LEFT , KODI::MOUSE::BUTTON_ID::RIGHT , KODI::MOUSE::BUTTON_ID::MIDDLE , KODI::MOUSE::BUTTON_ID::BUTTON4 , KODI::MOUSE::BUTTON_ID::BUTTON5 , KODI::MOUSE::BUTTON_ID::WHEEL_UP , KODI::MOUSE::BUTTON_ID::WHEEL_DOWN , KODI::MOUSE::BUTTON_ID::HORIZ_WHEEL_LEFT , KODI::MOUSE::BUTTON_ID::HORIZ_WHEEL_RIGHT } |
Buttons on a mouse. More... | |
using | KODI::MOUSE::ButtonName = std::string |
Name of a mouse button. | |
using | KODI::MOUSE::POINTER_DIRECTION = INPUT::CARDINAL_DIRECTION |
Directions of motion for a mouse pointer. | |
using | KODI::MOUSE::PointerName = std::string |
Name of the mouse pointer. | |