FabGL
ESP32 VGA Controller and Graphics Library
|
Describes mouse absolute position, scroll wheel delta and buttons status. More...
#include <fabutils.h>
Public Attributes | |
MouseButtons | buttons |
int8_t | wheelDelta |
int16_t | X |
int16_t | Y |
Describes mouse absolute position, scroll wheel delta and buttons status.
MouseButtons fabgl::MouseStatus::buttons |
Mouse buttons status.
int8_t fabgl::MouseStatus::wheelDelta |
Scroll wheel delta.
int16_t fabgl::MouseStatus::X |
Absolute horizontal mouse position.
int16_t fabgl::MouseStatus::Y |
Absolute vertical mouse position.