Recorder.recordFrame

Record input from a frame (game update).

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

Parameters

input const(Input)

Current state of the input (Mouse or Keyboard).

Must not be called if notEnoughSpace() is true.

Meta