MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
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 149 of file xvfb.h.

Field Documentation

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 162 of file xvfb.h.

unsigned short x

x coordinate of mouse

Definition at line 152 of file xvfb.h.

unsigned short y

y coordinate of mouse

Definition at line 155 of file xvfb.h.


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