Public Attributes | List of all members
ImGuiStb::StbUndoState Struct Reference

#include <imgui_internal.h>

Public Attributes

int redo_char_point
 
short redo_point
 
STB_TEXTEDIT_CHARTYPE undo_char [STB_TEXTEDIT_UNDOCHARCOUNT]
 
int undo_char_point
 
short undo_point
 
StbUndoRecord undo_rec [STB_TEXTEDIT_UNDOSTATECOUNT]
 

Detailed Description

Definition at line 309 of file imgui_internal.h.

Member Data Documentation

◆ redo_char_point

int ImGuiStb::StbUndoState::redo_char_point

Definition at line 315 of file imgui_internal.h.

◆ redo_point

short ImGuiStb::StbUndoState::redo_point

Definition at line 314 of file imgui_internal.h.

◆ undo_char

STB_TEXTEDIT_CHARTYPE ImGuiStb::StbUndoState::undo_char[STB_TEXTEDIT_UNDOCHARCOUNT]

Definition at line 313 of file imgui_internal.h.

◆ undo_char_point

int ImGuiStb::StbUndoState::undo_char_point

Definition at line 315 of file imgui_internal.h.

◆ undo_point

short ImGuiStb::StbUndoState::undo_point

Definition at line 314 of file imgui_internal.h.

◆ undo_rec

StbUndoRecord ImGuiStb::StbUndoState::undo_rec[STB_TEXTEDIT_UNDOSTATECOUNT]

Definition at line 312 of file imgui_internal.h.


The documentation for this struct was generated from the following file:


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:23