RetroArch
|
#include <nuklear.h>
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 |
short nk_text_undo_state::redo_char_point |
short nk_text_undo_state::redo_point |
nk_rune nk_text_undo_state::undo_char[NK_TEXTEDIT_UNDOCHARCOUNT] |
short nk_text_undo_state::undo_char_point |
short nk_text_undo_state::undo_point |
struct nk_text_undo_record nk_text_undo_state::undo_rec[NK_TEXTEDIT_UNDOSTATECOUNT] |