glfw-d v1.0.1 (2020-08-20T22:17:10Z)
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