#include <imgui.h>
|
| void | DeleteChars (int pos, int bytes_count) |
| |
| void | InsertChars (int pos, const char *text, const char *text_end=NULL) |
| |
Definition at line 743 of file imgui.h.
| void ImGuiTextEditCallbackData::DeleteChars |
( |
int |
pos, |
|
|
int |
bytes_count |
|
) |
| |
| void ImGuiTextEditCallbackData::InsertChars |
( |
int |
pos, |
|
|
const char * |
text, |
|
|
const char * |
text_end = NULL |
|
) |
| |
| void* ImGuiTextEditCallbackData::UserData |
| ImWchar ImGuiTextEditCallbackData::EventChar |
| ImGuiKey ImGuiTextEditCallbackData::EventKey |
| char* ImGuiTextEditCallbackData::Buf |
| size_t ImGuiTextEditCallbackData::BufSize |
| bool ImGuiTextEditCallbackData::BufDirty |
| int ImGuiTextEditCallbackData::CursorPos |
| int ImGuiTextEditCallbackData::SelectionStart |
| int ImGuiTextEditCallbackData::SelectionEnd |
The documentation for this struct was generated from the following files: