InputDevice.this

Construct an InputDevice.

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

Parameters

getHeight long delegate
()
@safe pure nothrow @nogc

Delegate that returns window height.

log Logger

Game log.

Meta