tharsis-dimgui v0.1.8-alpha (2014-10-09T15:57:13Z)
Home
Dub
Repo
imguiGfxLine
imgui
engine
Undocumented in source.
package
struct
imguiGfxLine {
short
x0
;
short
y0
;
short
x1
;
short
y1
;
short
r
;
}
Members
Variables
r
short
r
;
Undocumented in source.
x0
short
x0
;
x1
short
x1
;
y0
short
y0
;
y1
short
y1
;
Undocumented in source.
Meta
Source
See Implementation
imgui
engine
aliases
imguiGfxCmdType
enums
IMGUI_GFXCMD_RECT
functions
addGfxCmdLine
addGfxCmdRect
addGfxCmdRoundedRect
addGfxCmdScissor
addGfxCmdText
addGfxCmdTriangle
anyActive
buttonLogic
clearActive
clearInput
getTextLength
imguiGetRenderQueue
imguiGetRenderQueueSize
inRect
isActive
isHot
isInputable
resetGfxCmdQueue
setActive
setHot
setInputable
textInputLogic
updateInput
manifest constants
AREA_HEADER
BUTTON_HEIGHT
CHECK_SIZE
DEFAULT_SPACING
GFXCMD_QUEUE_SIZE
INDENT_SIZE
SCROLL_AREA_PADDING
SLIDER_HEIGHT
SLIDER_MARKER_WIDTH
TEXT_HEIGHT
static variables
g_focusBottom
g_focusTop
g_gfxCmdQueue
g_gfxCmdQueueSize
g_insideScrollArea
g_scrollAreaTop
g_scrollBottom
g_scrollId
g_scrollRight
g_scrollTop
g_scrollVal
g_state
structs
GuiState
imguiGfxCmd
imguiGfxLine
imguiGfxRect
imguiGfxText