Lines Matching refs:event
9 * warranty. In no event will the authors be held liable for any damages
84 * including creation, deletion and event polling. For more task-oriented
1791 * @param[in] window The window that received the event.
1817 * @param[in] window The window that received the event.
1840 * @param[in] window The window that received the event.
1861 * @param[in] window The window that received the event.
1882 * @param[in] window The window that received the event.
1908 * @param[in] window The window that received the event.
1932 * @param[in] window The window that received the event.
1956 * @param[in] window The window that received the event.
1977 * void function_name(GLFWmonitor* monitor, int event)
1981 * @param[in] event One of `GLFW_CONNECTED` or `GLFW_DISCONNECTED`. Future
1991 typedef void (* GLFWmonitorfun)(GLFWmonitor* monitor, int event);
1998 * void function_name(int jid, int event)
2002 * @param[in] event One of `GLFW_CONNECTED` or `GLFW_DISCONNECTED`. Future
2012 typedef void (* GLFWjoystickfun)(int jid, int event);
2819 * void function_name(GLFWmonitor* monitor, int event)
4501 * This function processes only those events that are already in the event
4505 * On some platforms, a window move, resize or menu operation will cause event
4506 * processing to block. This is due to how event processing is designed on
4512 * event processing functions like this one. While it is necessary to poll for
4539 * This function puts the calling thread to sleep until at least one event is
4540 * available in the event queue. Once one or more events are available,
4550 * On some platforms, a window move, resize or menu operation will cause event
4551 * processing to block. This is due to how event processing is designed on
4557 * event processing functions like this one. While it is necessary to poll for
4584 * This function puts the calling thread to sleep until at least one event is
4585 * available in the event queue, or until the specified timeout is reached. If
4597 * On some platforms, a window move, resize or menu operation will cause event
4598 * processing to block. This is due to how event processing is designed on
4604 * event processing functions like this one. While it is necessary to poll for
4631 /*! @brief Posts an empty event to the event queue.
4633 * This function posts an empty event from the current thread to the event
4712 * GLFW_MOD_CAPS_LOCK bit set when the event was generated with Caps Lock on,
4828 * layout change event is received.
5172 * generated after the focus loss event has been processed, i.e. after the
5302 * synthetic ones are generated after the focus loss event has been processed,
5439 * for that event, they are not guaranteed to be valid after the callback has
5780 * platforms, you need to call one of the [event processing](@ref events)
5792 * void function_name(int jid, int event)