Mouse.this

Construct a Mouse and initialize button states.

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

Parameters

getHeight
Type: long delegate(
) @safe pure nothrow @nogc

Delegate that returns current window height.

Meta