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

#include <xvfb.h>

Data Fields

int event_type
 
XVFBKEYDATA kb_data
 
XVFBMOUSEDATA mouse_data
 

Detailed Description

event sended to minigui by x virtual framebuffer

Definition at line 179 of file xvfb.h.

Field Documentation

◆ event_type

int event_type
  • 0 the event is mouse event
  • 1 the event is keyboard event

Definition at line 185 of file xvfb.h.

◆ kb_data

XVFBKEYDATA kb_data

keyboard event data

Definition at line 189 of file xvfb.h.

◆ mouse_data

XVFBMOUSEDATA mouse_data

mouse event data

Definition at line 191 of file xvfb.h.


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