more ~osc (2022-02-07T20:38:28.1602185)
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