Searched refs:SetMouseCursor (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h661 IMGUI_API void SetMouseCursor(ImGuiMouseCursor type); // set desired cursor type
978 ImGuiConfigFlags_NoMouseCursorChange = 1 << 5, // Instruct back-end to not alter mouse cursor shape and visibility. Use if the back-end cursor changes are interfering with yours and you don't want to use SetMouseCursor() to change mouse cursor. You may want to honor requests from imgui by reading GetMouseCursor() yourself instead.
1129 // User code may request binding to display given cursor by calling SetMouseCursor(), which is why we have some cursors that are marked unused here
H A Dimgui_demo.cpp2601 ImGui::SetMouseCursor(i);
H A Dimgui_widgets.cpp1227 SetMouseCursor(axis == ImGuiAxis_Y ? ImGuiMouseCursor_ResizeNS : ImGuiMouseCursor_ResizeEW);
H A Dimgui.cpp4191 void ImGui::SetMouseCursor(ImGuiMouseCursor cursor_type) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h661 IMGUI_API void SetMouseCursor(ImGuiMouseCursor type); // set desired cursor type
978 ImGuiConfigFlags_NoMouseCursorChange = 1 << 5, // Instruct back-end to not alter mouse cursor shape and visibility. Use if the back-end cursor changes are interfering with yours and you don't want to use SetMouseCursor() to change mouse cursor. You may want to honor requests from imgui by reading GetMouseCursor() yourself instead.
1129 // User code may request binding to display given cursor by calling SetMouseCursor(), which is why we have some cursors that are marked unused here
H A Dimgui_widgets.cpp1227 SetMouseCursor(axis == ImGuiAxis_Y ? ImGuiMouseCursor_ResizeNS : ImGuiMouseCursor_ResizeEW);
H A Dimgui.cpp4191 void ImGui::SetMouseCursor(ImGuiMouseCursor cursor_type) function in class:ImGui

Completed in 82 milliseconds