Searched refs:ImGuiMouseCursor_COUNT (Results 1 – 2 of 2) sorted by relevance
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()