RetroArch
Public Attributes | List of all members
nk_text_undo_state Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_text_undo_state:
[legend]

Public Attributes

struct nk_text_undo_record undo_rec [NK_TEXTEDIT_UNDOSTATECOUNT]
 
nk_rune undo_char [NK_TEXTEDIT_UNDOCHARCOUNT]
 
short undo_point
 
short redo_point
 
short undo_char_point
 
short redo_char_point
 

Member Data Documentation

◆ redo_char_point

short nk_text_undo_state::redo_char_point

◆ redo_point

short nk_text_undo_state::redo_point

◆ undo_char

nk_rune nk_text_undo_state::undo_char[NK_TEXTEDIT_UNDOCHARCOUNT]

◆ undo_char_point

short nk_text_undo_state::undo_char_point

◆ undo_point

short nk_text_undo_state::undo_point

◆ undo_rec

struct nk_text_undo_record nk_text_undo_state::undo_rec[NK_TEXTEDIT_UNDOSTATECOUNT]

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