glfw-d ~master (2022-05-09T04:17:46.7397608)
Dub
Repo
codepair
glfw3
xkb_unicode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow __gshared
struct
codepair {
ushort
keysym
;
ushort
ucs
;
}
Members
Variables
keysym
ushort
keysym
;
Undocumented in source.
ucs
ushort
ucs
;
Undocumented in source.
Meta
Source
See Implementation
glfw3
xkb_unicode
static functions
_glfwKeySym2Unicode
structs
codepair