Skip to main content

Struct StbUndoStatePtr

Assembly: ImGui.NET.dll
View Source
Declaration
public struct StbUndoStatePtr

Properties

NativePtr

View Source
Declaration
public readonly StbUndoState* NativePtr { get; }

undo_rec

View Source
Declaration
public RangeAccessor<StbUndoRecord> undo_rec { get; }

undo_char

View Source
Declaration
public RangeAccessor<ushort> undo_char { get; }

undo_point

View Source
Declaration
public ref short undo_point { get; }

redo_point

View Source
Declaration
public ref short redo_point { get; }

undo_char_point

View Source
Declaration
public ref int undo_char_point { get; }

redo_char_point

View Source
Declaration
public ref int redo_char_point { get; }