Contains information about an EVENT_GET_KEY_INFORMATION event.
#include <event.h>
typedef struct
{
uint32_t structVersion;
uint32_t keyData;
scr_t scrID;
} EventCheckKeyInfo_t;
Indicates whether the callback function has modified the structure with one of the following values:
Specifies the information about the key that was pressed.
Specifies the screen that accepted the key stroke.
The registered callback is passed a pointer to the EventCheckKeyInfo_t structure. If the callback changes the value of the structVersion field from 0x01 to 0x11, the operating system uses the value stored in the keyData field as the value placed in the keyboard input buffer.