Searched defs:ImGuiIO (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1280 struct ImGuiIO struct 1286 … // See ImGuiConfigFlags_ enum. Set by user/application. Gamepad/keyboard navigation options, etc. 1287 … Set by back-end (imgui_impl_xxx files or custom back-end) to communicate features supported by th… 1288 ImVec2 DisplaySize; // <unset> // Main display size, in pixels. 1289 … DeltaTime; // = 1.0f/60.0f // Time elapsed since last frame, in seconds. 1290 … // = 5.0f // Minimum time between saving positions/sizes to .ini file, in seconds. 1291 … NULL to disable automatic .ini loading/saving, if e.g. you want to manually load/save from memory. 1292 …gui_log.txt"// Path to .log file (default parameter to ImGui::LogToFile when no file is specified). 1293 …t MouseDoubleClickTime; // = 0.30f // Time for a double-click, in seconds. 1294 … // = 6.0f // Distance threshold to stay in to validate a double-click, in pixels. [all …]
|
D | imgui.cpp | 1144 ImGuiIO::ImGuiIO() in ImGuiIO() function in ImGuiIO
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 1820 struct ImGuiIO struct 1826 … // See ImGuiConfigFlags_ enum. Set by user/application. Gamepad/keyboard navigation options, etc. 1827 … Set by backend (imgui_impl_xxx files or custom backend) to communicate features supported by the … 1828 … // <unset> // Main display size, in pixels (generally == GetMainViewport()->Size) 1829 … DeltaTime; // = 1.0f/60.0f // Time elapsed since last frame, in seconds. 1830 … // = 5.0f // Minimum time between saving positions/sizes to .ini file, in seconds. 1831 …: default "imgui.ini" is relative to current working dir!). Set NULL to disable automatic .ini loa… 1832 …gui_log.txt"// Path to .log file (default parameter to ImGui::LogToFile when no file is specified). 1833 …t MouseDoubleClickTime; // = 0.30f // Time for a double-click, in seconds. 1834 … // = 6.0f // Distance threshold to stay in to validate a double-click, in pixels. [all …]
|
D | imgui.cpp | 1071 ImGuiIO::ImGuiIO() in ImGuiIO() function in ImGuiIO
|