Keymap.unicodeToKeyval

Convert from a ISO10646 character to a key symbol.

class Keymap
static
uint
unicodeToKeyval
(
uint wc
)

Parameters

wc uint

a ISO10646 encoded character

Return Value

Type: uint

the corresponding GDK key symbol, if one exists. or, if there is no corresponding symbol, wc | 0x01000000

Meta