Searched refs:ImGuiMouseCursor_COUNT (Results 1 – 17 of 17) sorted by relevance
61 static SDL_Cursor* g_MouseCursors[ImGuiMouseCursor_COUNT] = { 0 };205 for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) in ImGui_ImplSDL2_Shutdown()
61 static GLFWcursor* g_MouseCursors[ImGuiMouseCursor_COUNT] = { 0 };205 for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) in ImGui_ImplGlfw_Shutdown()
41 static ImGuiMouseCursor g_LastMouseCursor = ImGuiMouseCursor_COUNT;
77 SDL_Cursor* MouseCursors[ImGuiMouseCursor_COUNT];294 for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) in ImGui_ImplSDL2_Shutdown()
80 GLFWcursor* MouseCursors[ImGuiMouseCursor_COUNT];326 for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) in ImGui_ImplGlfw_Shutdown()
122 bd->LastMouseCursor = ImGuiMouseCursor_COUNT; in ImGui_ImplWin32_Init()
44 static NSCursor* g_MouseCursors[ImGuiMouseCursor_COUNT] = {};
1141 ImGuiMouseCursor_COUNT enumerator1145 , ImGuiMouseCursor_Count_ = ImGuiMouseCursor_COUNT
1419 static const ImVec2 FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[ImGuiMouseCursor_COUNT][3] =1705 if (cursor_type <= ImGuiMouseCursor_None || cursor_type >= ImGuiMouseCursor_COUNT) in GetMouseCursorTexData()2952 IM_ASSERT(mouse_cursor > ImGuiMouseCursor_None && mouse_cursor < ImGuiMouseCursor_COUNT); in RenderMouseCursor()
1133 ImGuiMouseCursor_COUNT enumerator1137 , ImGuiMouseCursor_Count_ = ImGuiMouseCursor_COUNT
1410 static const ImVec2 FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[ImGuiMouseCursor_COUNT][3] =1694 if (cursor_type <= ImGuiMouseCursor_None || cursor_type >= ImGuiMouseCursor_COUNT) in GetMouseCursorTexData()2940 IM_ASSERT(mouse_cursor > ImGuiMouseCursor_None && mouse_cursor < ImGuiMouseCursor_COUNT); in RenderMouseCursor()
2546 IM_ASSERT(IM_ARRAYSIZE(mouse_cursors_names) == ImGuiMouseCursor_COUNT); in ShowDemoWindowMisc()2551 for (int i = 0; i < ImGuiMouseCursor_COUNT; i++) in ShowDemoWindowMisc()
1955 static const ImVec2 FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[ImGuiMouseCursor_COUNT][3] =2234 if (cursor_type <= ImGuiMouseCursor_None || cursor_type >= ImGuiMouseCursor_COUNT) in GetMouseCursorTexData()3797 IM_ASSERT(mouse_cursor > ImGuiMouseCursor_None && mouse_cursor < ImGuiMouseCursor_COUNT); in RenderMouseCursor()
1648 ImGuiMouseCursor_COUNT enumerator
5639 IM_ASSERT(IM_ARRAYSIZE(mouse_cursors_names) == ImGuiMouseCursor_COUNT);5648 for (int i = 0; i < ImGuiMouseCursor_COUNT; i++)
362 - Examples: Fixed bindings to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count…446 …Var_Count_ to ImGuiStyleVar_COUNT and ImGuiMouseCursor_Count_ to ImGuiMouseCursor_COUNT for consis…
535 - ImGuiMouseCursor_Count_ -> use ImGuiMouseCursor_COUNT2023 - Examples: Fixed backends to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count…2125 …Var_Count_ to ImGuiStyleVar_COUNT and ImGuiMouseCursor_Count_ to ImGuiMouseCursor_COUNT for consis…