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