OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConfigWindowsResizeFromEdges
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h
728
//ImGuiWindowFlags_ResizeFromAnySide = 1 << 17, // --> Set io.
ConfigWindowsResizeFromEdges
and make sure mouse cursors are supported by back-end (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors)
1311
bool
ConfigWindowsResizeFromEdges
; // = true // Enable resizing of windows from their edges and from the lower-left corner. This requires (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors) because it needs mouse cursor feedback. (This used to be the a per-window ImGuiWindowFlags_ResizeFromAnySide flag)
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h
728
//ImGuiWindowFlags_ResizeFromAnySide = 1 << 17, // --> Set io.
ConfigWindowsResizeFromEdges
and make sure mouse cursors are supported by back-end (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors)
1311
bool
ConfigWindowsResizeFromEdges
; // = true // Enable resizing of windows from their edges and from the lower-left corner. This requires (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors) because it needs mouse cursor feedback. (This used to be the a per-window ImGuiWindowFlags_ResizeFromAnySide flag)
Completed in 119 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026