MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_XVFBKEYDATA Struct Reference

#include <xvfb.h>

Data Fields

unsigned short key_code
 
unsigned short key_state
 

Detailed Description

data of keyboard event

Definition at line 135 of file xvfb.h.

Field Documentation

unsigned short key_code

the scancode in minigui of the keyboard.

Definition at line 138 of file xvfb.h.

unsigned short key_state

the keyboard state

  • 0 pressed
  • 1 released

Definition at line 145 of file xvfb.h.


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