novelate ~master (2020-01-27T20:34:58Z)
Home
Dub
Repo
Component.this
novelate
ui
component
Component
Creates a new component.
this
()
this
(float width, float height)
class
Component
protected
this
(
float
width
,
float
height
)
Parameters
width
float
The width of the component.
height
float
The height of the component.
Meta
Source
See Implementation
novelate
ui
component
Component
constructors
this
functions
clean
intersect
refresh
render
updateInternalPosition
updatePosition
updateSize
properties
height
position
size
width
x
y
variables
globalKeyPress
globalKeyRelease
globalMouseMove
globalMousePress
globalMouseRelease
keyPress
keyRelease
mouseMove
mousePress
mouseRelease
Creates a new component.