Home
last modified time | relevance | path

Searched refs:MouseDrawCursor (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp278 gdk_cursor_new_from_name(display, io.MouseDrawCursor ? "none" : "default"); in ImGui_ImplGtk3_NewFrame()
/external/mesa3d/src/imgui/
Dimgui.h1308 …bool MouseDrawCursor; // = false // Request ImGui to draw a mouse c… member
Dimgui.cpp1172 MouseDrawCursor = false; in ImGuiIO()
3878 if (g.IO.MouseDrawCursor) in Render()