Lines Matching defs:action
575 // HACK: Disable the cursor once the caption button action has been
713 const int action = (HIWORD(lParam) & KF_UP) ? GLFW_RELEASE : GLFW_PRESS;
783 if (action == GLFW_RELEASE && wParam == VK_SHIFT)
788 _glfwInputKey(window, GLFW_KEY_LEFT_SHIFT, scancode, action, mods);
789 _glfwInputKey(window, GLFW_KEY_RIGHT_SHIFT, scancode, action, mods);
798 _glfwInputKey(window, key, scancode, action, mods);
812 int i, button, action;
828 action = GLFW_PRESS;
831 action = GLFW_RELEASE;
842 _glfwInputMouseClick(window, button, action, getKeyMods());