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.
| Memory category | Instances |
|---|
Member index 6
| History | Member | |
|---|---|---|
| 715 | SendKey(isPressed: bool, keyCode: KeyCode, isRepeatedKey: bool = false): null | |
| 715 | SendMouseButton(position: Vector2, button: UserInputType, isDown: bool, repeatCount: int = 0): null | |
| 715 | SendMouseDelta(positionDelta: Vector2): null | |
| 715 | SendMousePosition(position: Vector2): null | |
| 715 | SendPointerAction(position: Vector2, pointerAction: Dictionary): null | |
| 715 | SendTextInput(text: string): null | |
| inherited from Object | ||
| 647 | ClassName: string | |
| 647 | className: string | |
| 647 | GetPropertyChangedSignal(property: string): RBXScriptSignal | |
| 647 | IsA(className: string): bool | |
| 650 | isA(className: string): bool | |
| 647 | Changed(property: string) | |
Description
History 7
- 715 Add SendTextInput
- 715 Add SendPointerAction
- 715 Add SendMousePosition
- 715 Add SendMouseDelta
- 715 Add SendMouseButton
- 715 Add SendKey
- 715 Add VirtualInput
Members 6
SendKey
| Parameters (3) | Default | |
|---|---|---|
| isPressed | bool | |
| keyCode | KeyCode | |
| isRepeatedKey | bool | false |
| Returns (1) | ||
| null | ||
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
SendMouseButton
| Parameters (4) | Default | |
|---|---|---|
| position | Vector2 | |
| button | UserInputType | |
| isDown | bool | |
| repeatCount | int | 0 |
| Returns (1) | ||
| null | ||
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 715 Add SendMouseButton
SendMouseDelta
| Parameters (1) | ||
|---|---|---|
| positionDelta | Vector2 | |
| Returns (1) | ||
| null | ||
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 715 Add SendMouseDelta
SendMousePosition
| Parameters (1) | ||
|---|---|---|
| position | Vector2 | |
| Returns (1) | ||
| null | ||
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 715 Add SendMousePosition
SendPointerAction
| Parameters (2) | ||
|---|---|---|
| position | Vector2 | |
| pointerAction | Dictionary | |
| Returns (1) | ||
| null | ||
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 715 Add SendPointerAction
SendTextInput
| Parameters (1) | ||
|---|---|---|
| text | string | |
| Returns (1) | ||
| null | ||
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 715 Add SendTextInput