MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_XVFBMOUSEDATA Struct Reference

#include <xvfb.h>

Data Fields

unsigned short x
 
unsigned short y
 
unsigned short btn
 

Detailed Description

data of mouse event

Definition at line 161 of file xvfb.h.

Field Documentation

◆ btn

unsigned short btn

buttons pressed of mouse, can be OR'ed by following values:

  • 0x0001 left button pressed
  • 0x0002 right button pressed

Definition at line 174 of file xvfb.h.

◆ x

unsigned short x

x coordinate of mouse

Definition at line 164 of file xvfb.h.

◆ y

unsigned short y

y coordinate of mouse

Definition at line 167 of file xvfb.h.


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