InputDevice.this

Construct an InputDevice.

class InputDevice
this
@trusted nothrow
(
long delegate(
) @safe pure nothrow @nogc
getHeight
,
Logger log
)

Parameters

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

Delegate that returns window height.

log
Type: Logger

Game log.

Meta