Home
last modified time | relevance | path

Searched refs:ConfigMacOSXBehaviors (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h1309 …bool ConfigMacOSXBehaviors; // = defined(__APPLE__) // OS X style: Text editing cu… member
Dimgui_widgets.cpp3301 const bool is_osx = io.ConfigMacOSXBehaviors; in InputTextEx()
3354 const bool is_osx = io.ConfigMacOSXBehaviors; in InputTextEx()
Dimgui.cpp1174ConfigMacOSXBehaviors = true; // Set Mac OS X style defaults based on __APPLE__ compile time flag in ImGuiIO()
1176 ConfigMacOSXBehaviors = false; in ImGuiIO()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1302 …bool ConfigMacOSXBehaviors; // = defined(__APPLE__) // OS X style: Text editing cu… member
Dimgui_widgets.cpp3295 const bool is_osx = io.ConfigMacOSXBehaviors; in InputTextEx()
3348 const bool is_osx = io.ConfigMacOSXBehaviors; in InputTextEx()
Dimgui_demo.cpp2659 …if (io.ConfigMacOSXBehaviors) ImGui::Text("io.ConfigMacOSXBehavi… in ShowAboutWindow()
Dimgui.cpp1163ConfigMacOSXBehaviors = true; // Set Mac OS X style defaults based on __APPLE__ compile time flag in ImGuiIO()
1165 ConfigMacOSXBehaviors = false; in ImGuiIO()
/third_party/skia/third_party/externals/imgui/
Dimgui.h1849 …bool ConfigMacOSXBehaviors; // = defined(__APPLE__) // OS X style: Text editing cu… member
Dimgui_widgets.cpp4178 const bool is_osx = io.ConfigMacOSXBehaviors; in InputTextEx()
4249 const bool is_osx = io.ConfigMacOSXBehaviors; in InputTextEx()
4255 …const bool is_shortcut_key = g.IO.ConfigMacOSXBehaviors ? (io.KeyMods == ImGuiKeyModFlags_Super) :… in InputTextEx()
Dimgui.cpp1102ConfigMacOSXBehaviors = true; // Set Mac OS X style defaults based on __APPLE__ compile time flag in ImGuiIO()
1104 ConfigMacOSXBehaviors = false; in ImGuiIO()
3794 const bool swap_axis = g.IO.KeyShift && !g.IO.ConfigMacOSXBehaviors; in UpdateMouseWheel()
Dimgui_demo.cpp5769 …if (io.ConfigMacOSXBehaviors) ImGui::Text("io.ConfigMacOSXBehavi…
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt232 ….ConfigInputTextCursorBlink in 1.65], io.OptMacOSXBehaviors to io.ConfigMacOSXBehaviors for consis…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1874 io.ConfigMacOSXBehaviors for consistency. (#1427, #473)