Reference API Roblox

Engine API

Website

Related

Reference API Roblox

VirtualInput

This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]

Member index 6

HistoryMember
715SendKey(isPressed: bool, keyCode: KeyCode, isRepeatedKey: bool = false): null
715SendMouseButton(position: Vector2, button: UserInputType, isDown: bool, repeatCount: int = 0): null
715SendMouseDelta(positionDelta: Vector2): null
715SendMousePosition(position: Vector2): null
715SendPointerAction(position: Vector2, pointerAction: Dictionary): null
715SendTextInput(text: string): null
inherited from Object
647ClassName: string
647className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
650isA(className: string): bool
647Changed(property: string)

Description

History 7

Members 6

SendKey

Parameters (3)Default
isPressedbool
keyCodeKeyCode
isRepeatedKeyboolfalse
Returns (1)
null

History 1

SendMouseButton

Parameters (4)Default
positionVector2
buttonUserInputType
isDownbool
repeatCountint0
Returns (1)
null

History 1

SendMouseDelta

Parameters (1)
positionDeltaVector2
Returns (1)
null

History 1

SendMousePosition

Parameters (1)
positionVector2
Returns (1)
null

History 1

SendPointerAction

Parameters (2)
positionVector2
pointerActionDictionary
Returns (1)
null

History 1

SendTextInput

Parameters (1)
textstring
Returns (1)
null

History 1

Settings