Definition at line 2094 of file imgui.h.
#include <imgui.h>
◆ ImGuiInputTextCallbackData()
| IMGUI_API ImGuiInputTextCallbackData::ImGuiInputTextCallbackData |
( |
| ) |
|
◆ ClearSelection()
| void ImGuiInputTextCallbackData::ClearSelection |
( |
| ) |
|
|
inline |
◆ DeleteChars()
| IMGUI_API void ImGuiInputTextCallbackData::DeleteChars |
( |
int | pos, |
|
|
int | bytes_count ) |
◆ HasSelection()
| bool ImGuiInputTextCallbackData::HasSelection |
( |
| ) |
const |
|
inline |
◆ InsertChars()
| IMGUI_API void ImGuiInputTextCallbackData::InsertChars |
( |
int | pos, |
|
|
const char * | text, |
|
|
const char * | text_end = NULL ) |
◆ SelectAll()
| void ImGuiInputTextCallbackData::SelectAll |
( |
| ) |
|
|
inline |
◆ Buf
| char* ImGuiInputTextCallbackData::Buf |
◆ BufDirty
| bool ImGuiInputTextCallbackData::BufDirty |
◆ BufSize
| int ImGuiInputTextCallbackData::BufSize |
◆ BufTextLen
| int ImGuiInputTextCallbackData::BufTextLen |
◆ CursorPos
| int ImGuiInputTextCallbackData::CursorPos |
◆ EventChar
| ImWchar ImGuiInputTextCallbackData::EventChar |
◆ EventFlag
◆ EventKey
| ImGuiKey ImGuiInputTextCallbackData::EventKey |
◆ Flags
◆ SelectionEnd
| int ImGuiInputTextCallbackData::SelectionEnd |
◆ SelectionStart
| int ImGuiInputTextCallbackData::SelectionStart |
◆ UserData
| void* ImGuiInputTextCallbackData::UserData |
The documentation for this struct was generated from the following file:
- C:/__PR00F__/___developing___/projects/PGE/PGE/PURE/include/external/GUI/imgui-1.88/imgui.h