Home
last modified time | relevance | path

Searched defs:ImGuiIO (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h1280 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 …]
Dimgui.cpp1144 ImGuiIO::ImGuiIO() in ImGuiIO() function in ImGuiIO