Home
last modified time | relevance | path

Searched refs:GLFW_MOUSE_BUTTON_LEFT (Results 1 - 9 of 9) sorted by relevance

/third_party/glfw/examples/
H A Dsplitview.c457 if ((button == GLFW_MOUSE_BUTTON_LEFT) && action == GLFW_PRESS) in mouseButtonFun()
466 else if (button == GLFW_MOUSE_BUTTON_LEFT) in mouseButtonFun()
H A Dwave.c321 if (button != GLFW_MOUSE_BUTTON_LEFT) in mouse_button_callback()
H A Dboing.c278 if (button != GLFW_MOUSE_BUTTON_LEFT) in mouse_button_callback()
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h220 if (button != GLFW_MOUSE_BUTTON_LEFT) return; in nk_glfw3_mouse_button_callback()
360 nk_input_button(ctx, NK_BUTTON_LEFT, (int)x, (int)y, glfwGetMouseButton(win, GLFW_MOUSE_BUTTON_LEFT) == GLFW_PRESS); in nk_glfw3_new_frame()
/third_party/glfw/tests/
H A Devents.c217 case GLFW_MOUSE_BUTTON_LEFT: in get_button_name()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h466 #define GLFW_MOUSE_BUTTON_LEFT GLFW_MOUSE_BUTTON_1 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h582 #define GLFW_MOUSE_BUTTON_LEFT GLFW_MOUSE_BUTTON_1 macro
/third_party/glfw/src/
H A Dx11_window.c1361 _glfwInputMouseClick(window, GLFW_MOUSE_BUTTON_LEFT, GLFW_PRESS, mods); in processEvent()
1397 GLFW_MOUSE_BUTTON_LEFT, in processEvent()
H A Dwin32_window.c815 button = GLFW_MOUSE_BUTTON_LEFT; in windowProc()

Completed in 29 milliseconds