Function gdk4::unicode_to_keyval

source ·
pub fn unicode_to_keyval(wc: u32) -> u32
Expand description

Convert from a Unicode character to a key symbol.

§wc

a Unicode character

§Returns

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