Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
game_key_event Struct Reference

#include <kodi_game_types.h>

Public Attributes

bool pressed
 
uint32_t unicode
 
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: