Lines Matching refs:GLFW_PRESS
277 assert(action == GLFW_PRESS || action == GLFW_RELEASE);
287 if (action == GLFW_PRESS && window->keys[key] == GLFW_PRESS)
351 assert(action == GLFW_PRESS || action == GLFW_RELEASE);
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;
762 return GLFW_PRESS;
785 return GLFW_PRESS;
1434 state->buttons[i] = GLFW_PRESS;
1439 state->buttons[i] = GLFW_PRESS;
1447 state->buttons[i] = GLFW_PRESS;