#include <string.h>

Go to the source code of this file.
Classes | |
| struct | STB_TexteditState |
| struct | StbTexteditRow |
| struct | StbUndoRecord |
| struct | StbUndoState |
Macros | |
| #define | INCLUDE_STB_TEXTEDIT_H |
| #define | STB_TEXT_HAS_SELECTION(s) ((s)->select_start != (s)->select_end) |
| #define | STB_TEXTEDIT_CHARTYPE int |
| #define | STB_TEXTEDIT_memmove memmove |
| #define | STB_TEXTEDIT_POSITIONTYPE int |
| #define | STB_TEXTEDIT_UNDOCHARCOUNT 999 |
| #define | STB_TEXTEDIT_UNDOSTATECOUNT 99 |
| #define INCLUDE_STB_TEXTEDIT_H |
Definition at line 270 of file imgui_internal.h.
| #define STB_TEXTEDIT_CHARTYPE int |
Definition at line 287 of file stb_textedit.h.
| #define STB_TEXTEDIT_POSITIONTYPE int |
Definition at line 290 of file stb_textedit.h.
| #define STB_TEXTEDIT_UNDOCHARCOUNT 999 |
Definition at line 284 of file stb_textedit.h.
| #define STB_TEXTEDIT_UNDOSTATECOUNT 99 |
Definition at line 281 of file stb_textedit.h.