derelict-imgui v0.10.0 (2018-03-13T17:26:25Z)
Dub
Repo
ImGuiTextEditCallbackData.InsertChars
derelict
imgui
types
ImGuiTextEditCallbackData
Undocumented in source. Be warned that the author may not have intended to support it.
struct
ImGuiTextEditCallbackData
extern (
C
) @
nogc
nothrow
void
InsertChars
(
int
pos
,
const
(
char
)*
text
,
const
(
char
)*
text_end
= null
)
Meta
Source
See Implementation
derelict
imgui
types
ImGuiTextEditCallbackData
functions
DeleteChars
HasSelection
InsertChars
variables
Buf
BufDirty
BufSize
BufTextLen
CursorPos
EventChar
EventFlag
EventKey
Flags
ReadOnly
SelectionEnd
SelectionStart
UserData