Recorder.recordFrame

Record input from a frame (game update).

struct Recorder(Input)
pure nothrow @nogc
void
recordFrame
@system
(
const(Input) input
)

Parameters

input
Type: const(Input)

Current state of the input (Mouse or Keyboard).

Must not be called if notEnoughSpace() is true.

Meta