Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.

#include <game.h>

Public Attributes

bool pressed
 
uint32_t unicode
 If the keypress generates a printing character. More...
 
GAME_KEY_MOD modifiers
 

Member Data Documentation

◆ modifiers

GAME_KEY_MOD game_key_event::modifiers

◆ pressed

bool game_key_event::pressed

◆ unicode

uint32_t game_key_event::unicode

If the keypress generates a printing character.

The unicode value contains the character generated. If the key is a non-printing character, e.g. a function or arrow key, the unicode value is zero.


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