Window.wait

Waits for the given Event. If the second parameter is greater then -1, it waits maximal timeout milliseconds.

struct Window
@nogc
bool
wait
const nothrow
(
,
int timeout = -1
)

Meta