Lines Matching refs:GLFW_RELEASE
277 assert(action == GLFW_PRESS || action == GLFW_RELEASE);
284 if (action == GLFW_RELEASE && window->keys[key] == GLFW_RELEASE)
290 if (action == GLFW_RELEASE && window->stickyKeys)
351 assert(action == GLFW_PRESS || action == GLFW_RELEASE);
362 if (action == GLFW_RELEASE && window->stickyMouseButtons)
450 assert(value == GLFW_PRESS || value == GLFW_RELEASE);
473 js->buttons[base + 0] = (value & 0x01) ? GLFW_PRESS : GLFW_RELEASE;
474 js->buttons[base + 1] = (value & 0x02) ? GLFW_PRESS : GLFW_RELEASE;
475 js->buttons[base + 2] = (value & 0x04) ? GLFW_PRESS : GLFW_RELEASE;
476 js->buttons[base + 3] = (value & 0x08) ? GLFW_PRESS : GLFW_RELEASE;
637 window->keys[i] = GLFW_RELEASE;
659 window->mouseButtons[i] = GLFW_RELEASE;
747 _GLFW_REQUIRE_INIT_OR_RETURN(GLFW_RELEASE);
755 return GLFW_RELEASE;
761 window->keys[key] = GLFW_RELEASE;
770 _GLFW_REQUIRE_INIT_OR_RETURN(GLFW_RELEASE);
778 return GLFW_RELEASE;
784 window->mouseButtons[button] = GLFW_RELEASE;