IWindow.resize

Window resizing function.

interface IWindow
@safe
void
resize
(
uint w
,
uint h
)

Parameters

w uint

Window width.

h uint

Window height.

Meta