Searched refs:glfwCreateStandardCursor (Results 1 – 8 of 8) sorted by relevance
253 bd->MouseCursors[ImGuiMouseCursor_Arrow] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()254 bd->MouseCursors[ImGuiMouseCursor_TextInput] = glfwCreateStandardCursor(GLFW_IBEAM_CURSOR); in ImGui_ImplGlfw_Init()255 bd->MouseCursors[ImGuiMouseCursor_ResizeNS] = glfwCreateStandardCursor(GLFW_VRESIZE_CURSOR); in ImGui_ImplGlfw_Init()256 bd->MouseCursors[ImGuiMouseCursor_ResizeEW] = glfwCreateStandardCursor(GLFW_HRESIZE_CURSOR); in ImGui_ImplGlfw_Init()257 bd->MouseCursors[ImGuiMouseCursor_Hand] = glfwCreateStandardCursor(GLFW_HAND_CURSOR); in ImGui_ImplGlfw_Init()259 bd->MouseCursors[ImGuiMouseCursor_ResizeAll] = glfwCreateStandardCursor(GLFW_RESIZE_ALL_CURSOR); in ImGui_ImplGlfw_Init()260 … bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); in ImGui_ImplGlfw_Init()261 … bd->MouseCursors[ImGuiMouseCursor_ResizeNWSE] = glfwCreateStandardCursor(GLFW_RESIZE_NWSE_CURSOR); in ImGui_ImplGlfw_Init()262 … bd->MouseCursors[ImGuiMouseCursor_NotAllowed] = glfwCreateStandardCursor(GLFW_NOT_ALLOWED_CURSOR); in ImGui_ImplGlfw_Init()264 bd->MouseCursors[ImGuiMouseCursor_ResizeAll] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()[all …]
226 standard_cursors[i] = glfwCreateStandardCursor(shapes[i]); in main()
306 glfwCreateStandardCursor and destroyed with @ref glfwDestroyCursor, or @ref339 theme can be can be created with @ref glfwCreateStandardCursor.342 GLFWcursor* cursor = glfwCreateStandardCursor(GLFW_HRESIZE_CURSOR);
106 glfwCreateStandardCursor, set with @ref glfwSetCursor and destroyed with @ref
198 - @ref glfwCreateStandardCursor
3213 GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape);
3198 GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape);
381 GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape) in glfwCreateStandardCursor() function