Screen.refresh

Refreshes the screen and its layers and their components with a given width and height. Usually the resolution width and height.

class Screen
final
void
refresh
(
size_t width
,
size_t height
)

Parameters

width size_t

The width to refresh with.

height size_t

The height to refresh with.

Meta