Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_KEYMAP_RESOLVE Struct Reference

#include <keymap.h>

Data Fields

uint16_t key
 The scan code of the key pressed after the deadkey (SCAN_CODE_* value).
uint8_t index
 The index state of the key pressed after the deadkey (eg KEYMAP_INDEX_NORMAL).
uint16_t code
 The key code of the resulting character (KEY_CODE_* value).

Detailed Description

Keymap Resolve

Field Documentation

◆ key

uint16_t key

The scan code of the key pressed after the deadkey (SCAN_CODE_* value).

◆ index

uint8_t index

The index state of the key pressed after the deadkey (eg KEYMAP_INDEX_NORMAL).

◆ code

uint16_t code

The key code of the resulting character (KEY_CODE_* value).


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