Definition at line 5761 of file nuklear.h.
◆ active
◆ begin
◆ build
◆ button_behavior
| enum nk_button_behavior nk_context::button_behavior |
◆ clip
◆ count
| unsigned int nk_context::count |
◆ current
◆ delta_time_seconds
| float nk_context::delta_time_seconds |
◆ end
◆ freelist
◆ input
◆ last_widget_state
| nk_flags nk_context::last_widget_state |
◆ memory
◆ overlay
draw buffer used for overlay drawing operation like cursor
Definition at line 5787 of file nuklear.h.
◆ pool
◆ seq
| unsigned int nk_context::seq |
◆ stacks
◆ style
◆ text_edit
text editor objects are quite big because of an internal undo/redo stack.
Therefore it does not make sense to have one for each window for temporary use cases, so I only provide one instance for all windows. This works because the content is cleared anyway
Definition at line 5785 of file nuklear.h.
◆ use_pool