InputRecordingDevice.startRecording

Start recording.

Clears previously recorded data, if any, and starts recording from scratch. The frame immediately after startRecording() will not be recorded to avoid recording the input that triggered recording in the first place. Actual recording will start with the second frame.

class InputRecordingDevice
nothrow
void
startRecording
@trusted
(
)

Meta