more ~cgiUpdates (2022-04-23T18:41:30.7951577)
Dub
Repo
GLFWKeyState
more
glfw
Undocumented in source.
struct
GLFWKeyState {
bool
pressed
;
int
mods
;
}
Members
Variables
mods
int
mods
;
Undocumented in source.
pressed
bool
pressed
;
Undocumented in source.
Meta
Source
See Implementation
more
glfw
functions
glfwKeyCallback
setControlsToWindow
structs
GLFWControls
GLFWKeyState
variables
controls