Reference API Roblox

Engine API

Website

Related

Reference API Roblox

VirtualInputMode

Describes the current operational state of a VirtualInputManager.

Items 3

HistoryNameValueDescription
599None0

The VirtualInputManager is idle and neither recording nor playing back input.

599Recording1

The VirtualInputManager is actively capturing input events into a sequence.

599Playing2

The VirtualInputManager is replaying a previously recorded input sequence.

Description

Describes the current operational state of a VirtualInputManager. The service reports a value from this enum to indicate whether it is idle, actively capturing input events, or replaying a previously captured sequence. Transitions are driven by calls to StartRecording(), StopRecording(), StartPlaying(), and StopPlaying().

History 7

Settings