Home
last modified time | relevance | path

Searched refs:GLFW_MOD_CONTROL (Results 1 - 8 of 8) sorted by relevance

/third_party/glfw/tests/
H A Dclipboard.c43 #define MODIFIER GLFW_MOD_CONTROL
H A Devents.c243 if (mods & GLFW_MOD_CONTROL) in get_mods_name()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h441 #define GLFW_MOD_CONTROL 0x0002 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h540 #define GLFW_MOD_CONTROL 0x0002 macro
/third_party/glfw/src/
H A Dx11_window.c223 mods |= GLFW_MOD_CONTROL; in translateState()
1247 const int plain = !(mods & (GLFW_MOD_CONTROL | GLFW_MOD_ALT)); in processEvent()
H A Dinput.c46 GLFW_MOD_CONTROL | \
H A Dwl_window.c1199 const int plain = !(mods & (GLFW_MOD_CONTROL | GLFW_MOD_ALT)); in inputText()
1839 { _glfw.wl.xkb.controlIndex, GLFW_MOD_CONTROL }, in keyboardHandleModifiers()
H A Dwin32_window.c416 mods |= GLFW_MOD_CONTROL; in getKeyMods()

Completed in 26 milliseconds