Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImStb::StbUndoState Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImStb::StbUndoState:
[legend]

Public Attributes

StbUndoRecord undo_rec [IMSTB_TEXTEDIT_UNDOSTATECOUNT]
 
IMSTB_TEXTEDIT_CHARTYPE undo_char [IMSTB_TEXTEDIT_UNDOCHARCOUNT]
 
short undo_point
 
short redo_point
 
int undo_char_point
 
int redo_char_point
 

Member Data Documentation

◆ redo_char_point

int StbUndoState::redo_char_point

◆ redo_point

short StbUndoState::redo_point

◆ undo_char

IMSTB_TEXTEDIT_CHARTYPE StbUndoState::undo_char

◆ undo_char_point

int StbUndoState::undo_char_point

◆ undo_point

short StbUndoState::undo_point

◆ undo_rec

StbUndoRecord StbUndoState::undo_rec

The documentation for this struct was generated from the following files:
Untitled