novelate v0.0.2 (2020-01-22T19:34:01Z)
Home
Dub
Repo
Layer.this
novelate
layer
Layer
Creates a new layer.
class
Layer
package final
this
(
size_t
width
,
size_t
height
)
Parameters
width
size_t
The width of the layer.
height
size_t
The height of the layer.
Meta
Source
See Implementation
novelate
layer
Layer
constructors
this
functions
addComponent
clear
getComponent
keyPress
keyRelease
mouseMove
mousePress
mouseRelease
refresh
removeComponent
render
properties
height
length
width
Creates a new layer.