mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-07 05:28:47 +02:00
This commit is contained in:
@ -395,6 +395,7 @@ struct ImGuiState
|
||||
|
||||
// Widget state
|
||||
ImGuiTextEditState InputTextState;
|
||||
ImFont InputTextPasswordFont;
|
||||
ImGuiID ScalarAsInputTextId; // Temporary text input when CTRL+clicking on a slider, etc.
|
||||
ImGuiStorage ColorEditModeStorage; // Store user selection of color edit mode
|
||||
ImVec2 ActiveClickDeltaToCenter;
|
||||
|
Reference in New Issue
Block a user