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

Field Documentation

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

Definition at line 173 of file xvfb.h.

XVFBKEYDATA kb_data

keyboard event data

Definition at line 177 of file xvfb.h.

XVFBMOUSEDATA mouse_data

mouse event data

Definition at line 179 of file xvfb.h.


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