We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ce08c commit 2065cbeCopy full SHA for 2065cbe
imgui_internal.h
@@ -160,7 +160,7 @@ enum ImGuiButtonFlags_
160
ImGuiButtonFlags_DontClosePopups = 1 << 5, // disable automatically closing parent popup on press
161
ImGuiButtonFlags_Disabled = 1 << 6, // disable interaction
162
ImGuiButtonFlags_AlignTextBaseLine = 1 << 7, // vertically align button to match text baseline - ButtonEx() only
163
- ImGuiButtonFlags_NoKeyModifiers = 1 << 8, // disable interaction if a key modifier is held
+ ImGuiButtonFlags_NoKeyModifiers = 1 << 8 // disable interaction if a key modifier is held
164
};
165
166
enum ImGuiTreeNodeFlags_
0 commit comments