MiniGUI API Reference (MiniGUI-Standalone)  v5.0.6
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 147 of file xvfb.h.

Field Documentation

◆ key_code

unsigned short key_code

the scancode in minigui of the keyboard.

Definition at line 150 of file xvfb.h.

◆ key_state

unsigned short key_state

the keyboard state

  • 0 pressed
  • 1 released

Definition at line 157 of file xvfb.h.


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