tharsis-dimgui ~master (2015-08-31T11:05:18Z)
Home
Dub
Repo
imguiGfxRect
imgui
engine
Undocumented in source.
package
struct
imguiGfxRect {
short
x
;
short
y
;
short
w
;
short
h
;
short
r
;
}
Members
Variables
h
short
h
;
r
short
r
;
w
short
w
;
Undocumented in source.
x
short
x
;
y
short
y
;
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
MAX_SCROLL_AREA
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
ScrollArea
imguiGfxCmd
imguiGfxLine
imguiGfxRect
imguiGfxText