Lines Matching refs:shape
790 /*! @brief The specified cursor shape is not available.
792 * The specified standard cursor shape is not available, either because the
797 * [standard cursor shape](@ref shapes) or create a
1194 /*! @brief The regular arrow cursor shape.
1196 * The regular arrow cursor shape.
1199 /*! @brief The text input I-beam cursor shape.
1201 * The text input I-beam cursor shape.
1204 /*! @brief The crosshair cursor shape.
1206 * The crosshair cursor shape.
1209 /*! @brief The pointing hand cursor shape.
1211 * The pointing hand cursor shape.
1214 /*! @brief The horizontal resize/move arrow shape.
1216 * The horizontal resize/move arrow shape. This is usually a horizontal
1220 /*! @brief The vertical resize/move arrow shape.
1222 * The vertical resize/move shape. This is usually a vertical double-headed
1226 /*! @brief The top-left to bottom-right diagonal resize/move arrow shape.
1228 * The top-left to bottom-right diagonal resize/move shape. This is usually
1231 * @note @macos This shape is provided by a private system API and may fail
1234 * @note @wayland This shape is provided by a newer standard not supported by
1237 * @note @x11 This shape is provided by a newer standard not supported by all
1241 /*! @brief The top-right to bottom-left diagonal resize/move arrow shape.
1243 * The top-right to bottom-left diagonal resize/move shape. This is usually
1246 * @note @macos This shape is provided by a private system API and may fail
1249 * @note @wayland This shape is provided by a newer standard not supported by
1252 * @note @x11 This shape is provided by a newer standard not supported by all
1256 /*! @brief The omni-directional resize/move cursor shape.
1258 * The omni-directional resize cursor/move shape. This is usually either
1262 /*! @brief The operation-not-allowed shape.
1264 * The operation-not-allowed shape. This is usually a circle with a diagonal
1267 * @note @wayland This shape is provided by a newer standard not supported by
1270 * @note @x11 This shape is provided by a newer standard not supported by all
5057 /*! @brief Creates a cursor with a standard shape.
5059 * Returns a cursor with a standard shape, that can be set for a window with
5066 * Cursor shape | Windows | macOS | X11 | Wayland
5083 * If the requested shape is not available, this function emits a @ref
5086 * @param[in] shape One of the [standard shapes](@ref shapes).
5103 GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape);