Lines Matching refs:user

742  *  again.  Otherwise, inform the user that their machine does not match your
774 * downgrade your requirements and try again. Otherwise, inform the user that
779 * the user, as appropriate.
842 * a different platform if possible or notify the user that no usable platform was
1423 * void* function_name(size_t size, void* user)
1450 * @param[in] user The user-defined pointer from the allocator.
1469 typedef void* (* GLFWallocatefun)(size_t size, void* user);
1476 * void* function_name(void* block, size_t size, void* user)
1506 * @param[in] user The user-defined pointer from the allocator.
1525 typedef void* (* GLFWreallocatefun)(void* block, size_t size, void* user);
1532 * void function_name(void* block, void* user)
1550 * @param[in] user The user-defined pointer from the allocator.
1567 typedef void (* GLFWdeallocatefun)(void* block, void* user);
1646 * @param[in] window The window that the user attempted to close.
2152 /*! The user pointer for this custom allocator. This value will be passed to the
2155 void* user;
2706 * density and on user settings. It may be very different from the raw DPI
2756 /*! @brief Sets the user pointer of the specified monitor.
2758 * This function sets the user-defined pointer of the specified monitor. The
2782 /*! @brief Returns the user pointer of the specified monitor.
2784 * This function returns the current value of the user-defined pointer of the
3114 * Unless you have a way for the user to choose a specific monitor, it is
3290 * This can be used to override the user's attempt to close the window, or
3455 * have very good reasons for doing so, as it will confuse and annoy the user.
3543 * actually resized, either by the user or by the compositor.
3586 * actually resized, either by the user or by the compositor.
3947 * you are certain that is what the user wants. Focus stealing can be
3950 * For a less disruptive way of getting the user's attention, see
3972 /*! @brief Requests user attention to the specified window.
3974 * This function requests user attention to the specified window. On
3978 * Once the user has given attention, usually by focusing the window or
4156 /*! @brief Sets the user pointer of the specified window.
4158 * This function sets the user-defined pointer of the specified window. The
4179 /*! @brief Returns the user pointer of the specified window.
4181 * This function returns the current value of the user-defined pointer of the
4270 * called when the user attempts to close the window, for example by clicking
4779 * modifier keys, intended for displaying key bindings to the user. For dead
4818 * language and should be localized along with other user interface text.
5171 * events from user-generated events by the fact that the synthetic ones are
5301 * You can tell these events from user-generated events by the fact that the
5695 /*! @brief Sets the user pointer of the specified joystick.
5697 * This function sets the user-defined pointer of the specified joystick. The
5721 /*! @brief Returns the user pointer of the specified joystick.
5723 * This function returns the current value of the user-defined pointer of the
6212 * because of a user setting that overrides the application's request or due to