Mouse.this

Construct a Mouse and initialize button states.

class Mouse
nothrow @nogc @safe nothrow
this
(
long delegate
()
@safe pure nothrow @nogc
getHeight
)

Parameters

getHeight long delegate
()
@safe pure nothrow @nogc

Delegate that returns current window height.

Meta