Keymap.gdkKeyvalConvertCase

Obtains the upper- and lower-case versions of the keyval symbol. Examples of keyvals are GDK_KEY_a, GDK_KEY_Enter, GDK_KEY_F1, etc.

class Keymap
static
void
gdkKeyvalConvertCase
(
uint symbol
,
out uint lower
,
out uint upper
)

Parameters

symbol uint

a keyval

lower uint

return location for lowercase version of symbol. out

upper uint

return location for uppercase version of symbol. out

Meta