Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
MouseTypes.h File Reference
#include "input/InputTypes.h"
#include <string>

Namespaces

 KODI
 Controller configuration window.
 
 KODI::MOUSE
 

Typedefs

using KODI::MOUSE::ButtonName = std::string
 Name of a mouse button. More...
 
using KODI::MOUSE::POINTER_DIRECTION = INPUT::CARDINAL_DIRECTION
 Directions of motion for a mouse pointer. More...
 
using KODI::MOUSE::PointerName = std::string
 Name of the mouse pointer. More...
 

Enumerations

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