novelate ~master (2020-01-27T20:34:58Z)
Home
Dub
Repo
Screen.setWidthAndHeight
novelate
screens
screen
Screen
Sets the width and height of the screen.
class
Screen
package
void
setWidthAndHeight
(
size_t
width
,
size_t
height
)
Parameters
width
size_t
The width.
height
size_t
The height.
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
Sets the width and height of the screen.