#include <stb_textedit.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 302 of file stb_textedit.h.
short StbUndoState::redo_char_point |
Definition at line 308 of file stb_textedit.h.
short StbUndoState::redo_point |
Definition at line 307 of file stb_textedit.h.
STB_TEXTEDIT_CHARTYPE StbUndoState::undo_char[STB_TEXTEDIT_UNDOCHARCOUNT] |
Definition at line 306 of file stb_textedit.h.
short StbUndoState::undo_char_point |
Definition at line 308 of file stb_textedit.h.
short StbUndoState::undo_point |
Definition at line 307 of file stb_textedit.h.
StbUndoRecord StbUndoState::undo_rec[STB_TEXTEDIT_UNDOSTATECOUNT] |
Definition at line 305 of file stb_textedit.h.