FabGL
ESP32 Display Controller and Graphics Library
MouseDelta Struct Reference

Describes mouse movement and buttons status. More...

#include <mouse.h>

Public Attributes

MouseButtons buttons
 
int16_t deltaX
 
int16_t deltaY
 
int8_t deltaZ
 
uint8_t overflowX: 1
 
uint8_t overflowY: 1
 

Detailed Description

Describes mouse movement and buttons status.

Definition at line 55 of file mouse.h.


The documentation for this struct was generated from the following file: