Lines Matching defs:button
563 // clicking a caption button
575 // HACK: Disable the cursor once the caption button action has been
595 // a caption button
812 int i, button, action;
815 button = GLFW_MOUSE_BUTTON_LEFT;
817 button = GLFW_MOUSE_BUTTON_RIGHT;
819 button = GLFW_MOUSE_BUTTON_MIDDLE;
821 button = GLFW_MOUSE_BUTTON_4;
823 button = GLFW_MOUSE_BUTTON_5;
842 _glfwInputMouseClick(window, button, action, getKeyMods());