more ~master (2021-04-25T17:22:00Z)
Home
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