Searched refs:GetMouseCursorTexData (Results 1 – 2 of 2) sorted by relevance
1703 bool ImFontAtlas::GetMouseCursorTexData(ImGuiMouseCursor cursor_type, ImVec2* out_offset, ImVec2* o… in GetMouseCursorTexData() function in ImFontAtlas2960 if (font_atlas->GetMouseCursorTexData(mouse_cursor, &offset, &size, &uv[0], &uv[2])) in RenderMouseCursor()
2050 …IMGUI_API bool GetMouseCursorTexData(ImGuiMouseCursor cursor, ImVec2* out_offset, ImVec2* out…