FabGL
ESP32 VGA Controller and Graphics Library
fabgl::uiMouseEventInfo Struct Reference

Contains details about the mouse event. More...

#include <fabui.h>

Collaboration diagram for fabgl::uiMouseEventInfo:

Public Attributes

uint8_t changedButton
 
MouseStatus status
 

Detailed Description

Contains details about the mouse event.

Member Data Documentation

◆ changedButton

uint8_t fabgl::uiMouseEventInfo::changedButton

Specifies which mouse button has changed 0 = none, 1 = left, 2 = middle, 3 = right

◆ status

MouseStatus fabgl::uiMouseEventInfo::status

Mouse position, wheel delta and buttons status


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