mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
This commit is contained in:
parent
6b03ddbcb1
commit
92c518a420
4 changed files with 32 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue