Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Holds everything we know about the current state of the mouse. More...
#include <MouseStat.h>
Public Attributes | |
int | x |
int | y |
int16_t | dx |
int16_t | dy |
int8_t | dz |
bool | button [MOUSE_MAX_BUTTON] |
bool | active |
Holds everything we know about the current state of the mouse.
bool MouseState::active |
True if the mouse is active
bool MouseState::button[MOUSE_MAX_BUTTON] |
Current state of the buttons
int16_t MouseState::dx |
Change in x
int16_t MouseState::dy |
Change in y
int8_t MouseState::dz |
Change in z (wheel)
int MouseState::x |
X location
int MouseState::y |
Y location