Home
last modified time | relevance | path

Searched refs:ImGuiConfigFlags_NoMouseCursorChange (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_win32.cpp93 if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) in ImGui_ImplWin32_UpdateMouseCursor()
Dimgui_impl_sdl.cpp254 if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) in ImGui_ImplSDL2_UpdateMouseCursor()
Dimgui_impl_glfw.cpp250 …if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(g_Window, GLFW_CUR… in ImGui_ImplGlfw_UpdateMouseCursor()
Dimgui_impl_allegro5.cpp327 if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) in ImGui_ImplAllegro5_UpdateMouseCursor()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_osx.mm6 …cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'.
212 if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange)
Dimgui_impl_sdl.cpp362 if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) in ImGui_ImplSDL2_UpdateMouseCursor()
Dimgui_impl_allegro5.cpp421 if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) in ImGui_ImplAllegro5_UpdateMouseCursor()
Dimgui_impl_glfw.cpp374 …if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(bd->Window, GLFW_C… in ImGui_ImplGlfw_UpdateMouseCursor()
Dimgui_impl_win32.cpp193 if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) in ImGui_ImplWin32_UpdateMouseCursor()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp324 …lags: NoMouseCursorChange", (unsigned int *)&io.ConfigFlags, ImGuiConfigFlags_NoMouseCursorChange); in ShowDemoWindow()
2657 …if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) ImGui::Text(" NoMouseCursorChange"… in ShowAboutWindow()
Dimgui.h971ImGuiConfigFlags_NoMouseCursorChange = 1 << 5, // Instruct back-end to not alter mouse cursor… enumerator
/third_party/mesa3d/src/imgui/
Dimgui.h978ImGuiConfigFlags_NoMouseCursorChange = 1 << 5, // Instruct back-end to not alter mouse cursor… enumerator
/third_party/skia/third_party/externals/imgui/
Dimgui.h1434ImGuiConfigFlags_NoMouseCursorChange = 1 << 5, // Instruct backend to not alter mouse cursor … enumerator
Dimgui_demo.cpp447 …lags("io.ConfigFlags: NoMouseCursorChange", &io.ConfigFlags, ImGuiConfigFlags_NoMouseCursorChange); in ShowDemoWindow()
5767 …if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) ImGui::Text(" NoMouseCursorChange"…
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt356 - Examples: Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. Added clipboard …
491 …- ImGuiConfigFlags_NoMouseCursorChange: Instruct backend to not alter mouse cursor shape and visib…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2014 - Examples: Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. Added clipboard …
2170 …- ImGuiConfigFlags_NoMouseCursorChange: Instruct backend to not alter mouse cursor shape and visib…