voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
STB_TexteditState
derelict
imgui
types
Undocumented in source.
struct
STB_TexteditState {
int
cursor
;
int
select_start
;
int
select_end
;
ubyte
insert_mode
;
ubyte
cursor_at_end_of_line
;
ubyte
initialized
;
ubyte
has_preferred_x
;
ubyte
single_line
;
ubyte
padding1
;
ubyte
padding2
;
ubyte
padding3
;
float
preferred_x
;
StbUndoState
undostate
;
}
Members
Variables
cursor
int
cursor
;
Undocumented in source.
cursor_at_end_of_line
ubyte
cursor_at_end_of_line
;
Undocumented in source.
has_preferred_x
ubyte
has_preferred_x
;
Undocumented in source.
initialized
ubyte
initialized
;
Undocumented in source.
insert_mode
ubyte
insert_mode
;
Undocumented in source.
padding1
ubyte
padding1
;
padding2
ubyte
padding2
;
padding3
ubyte
padding3
;
Undocumented in source.
preferred_x
float
preferred_x
;
Undocumented in source.
select_end
int
select_end
;
Undocumented in source.
select_start
int
select_start
;
Undocumented in source.
single_line
ubyte
single_line
;
Undocumented in source.
undostate
StbUndoState
undostate
;
Undocumented in source.
Meta
Source
See Implementation
derelict
imgui
types
aliases
GetClipboardTextFunc
ImDrawCallback
ImDrawIdx
ImGuiAlign
ImGuiButtonFlags
ImGuiCol
ImGuiColorEditMode
ImGuiID
ImGuiInputTextFlags
ImGuiKey
ImGuiLayoutType
ImGuiMouseCursor
ImGuiPlotType
ImGuiSelectableFlags
ImGuiSetCond
ImGuiStyleVar
ImGuiTextEditCallback
ImGuiTreeNodeFlags
ImGuiWindowFlags
ImTextureID
ImU32
ImWchar
ImeSetInputScreenPosFunc
MemAllocFunc
MemFreeFunc
RenderDrawListFunc
STB_TEXTEDIT_CHARTYPE
STB_TEXTEDIT_POSITIONTYPE
SetClipboardTextFunc
enums
ImGuiAlign_Left
ImGuiButtonFlags_Repeat
ImGuiCol_Text
ImGuiColorEditMode_UserSelect
ImGuiInputTextFlags_CharsDecimal
ImGuiKey_Tab
ImGuiLayoutType_Vertical
ImGuiMouseCursor_Arrow
ImGuiPlotType_Lines
ImGuiSelectableFlags_DontClosePopups
ImGuiSetCond_Always
ImGuiStyleVar_Alpha
ImGuiTreeNodeFlags_DefaultOpen
ImGuiWindowFlags_NoTitleBar
manifest constants
STB_TEXTEDIT_UNDOCHARCOUNT
STB_TEXTEDIT_UNDOSTATECOUNT
structs
ImColor
ImDrawChannel
ImDrawCmd
ImDrawData
ImDrawList
ImDrawVert
ImFont
ImFontAtlas
ImFontConfig
ImGuiColMod
ImGuiDrawContext
ImGuiGroupData
ImGuiIO
ImGuiIniData
ImGuiMouseCursorData
ImGuiPopupRef
ImGuiSimpleColumns
ImGuiState
ImGuiStorage
ImGuiStyle
ImGuiStyleMod
ImGuiTextBuffer
ImGuiTextEditCallbackData
ImGuiTextEditState
ImGuiWindow
ImRect
ImVec2
ImVec4
ImVector
STB_TexteditState
StbUndoRecord
StbUndoState