Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_text_undo_record Struct Reference

Data Fields

int where
 
short insert_length
 
short delete_length
 
short char_storage
 

Detailed Description

Definition at line 4361 of file nuklear.h.

Field Documentation

◆ char_storage

short nk_text_undo_record::char_storage

Definition at line 4365 of file nuklear.h.

◆ delete_length

short nk_text_undo_record::delete_length

Definition at line 4364 of file nuklear.h.

◆ insert_length

short nk_text_undo_record::insert_length

Definition at line 4363 of file nuklear.h.

◆ where

int nk_text_undo_record::where

Definition at line 4362 of file nuklear.h.