Searched defs:mouse_cursor (Results 1 – 3 of 3) sorted by relevance
169 …ImGuiMouseCursor mouse_cursor = io.MouseDrawCursor ? ImGuiMouseCursor_None : ImGui::GetMouseCursor… in ImGui_ImplWin32_NewFrame() local
191 ALLEGRO_BITMAP* mouse_cursor = al_create_bitmap(8,8); in ImGui_ImplAllegro5_CreateDeviceObjects() local
2936 …i::RenderMouseCursor(ImDrawList* draw_list, ImVec2 pos, float scale, ImGuiMouseCursor mouse_cursor) in RenderMouseCursor()