#include <imgui_internal.h>
Public Attributes | |
short | redo_char_point |
short | redo_point |
STB_TEXTEDIT_CHARTYPE | undo_char [STB_TEXTEDIT_UNDOCHARCOUNT] |
short | undo_char_point |
short | undo_point |
StbUndoRecord | undo_rec [STB_TEXTEDIT_UNDOSTATECOUNT] |
Definition at line 303 of file imgui_internal.h.
short ImGuiStb::StbUndoState::redo_char_point |
Definition at line 309 of file imgui_internal.h.
short ImGuiStb::StbUndoState::redo_point |
Definition at line 308 of file imgui_internal.h.
STB_TEXTEDIT_CHARTYPE ImGuiStb::StbUndoState::undo_char[STB_TEXTEDIT_UNDOCHARCOUNT] |
Definition at line 307 of file imgui_internal.h.
short ImGuiStb::StbUndoState::undo_char_point |
Definition at line 309 of file imgui_internal.h.
short ImGuiStb::StbUndoState::undo_point |
Definition at line 308 of file imgui_internal.h.
StbUndoRecord ImGuiStb::StbUndoState::undo_rec[STB_TEXTEDIT_UNDOSTATECOUNT] |
Definition at line 306 of file imgui_internal.h.