novelate ~master (2020-01-27T20:34:58Z)
Home
Dub
Repo
Screen.update
novelate
screens
screen
Screen
Updates the screen with data.
class
Screen
abstract
void
update
(
string
[]
data
)
Parameters
data
string
[]
The data to update the screen with.
Meta
Source
See Implementation
novelate
screens
screen
Screen
constructors
this
functions
addComponent
clean
clear
clearAllLayersButBackground
getComponent
getLayer
keyPress
keyRelease
mouseMove
mousePress
mouseRelease
refresh
removeComponent
render
setWidthAndHeight
shouldClearLayers
update
updateBackground
properties
height
name
width
Updates the screen with data.