エンジンクラス
VirtualInput
*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。
概要
方法
SendKey(isPressed: boolean,keyCode: Enum.KeyCode,isRepeatedKey: boolean):() |
SendMouseButton(position: Vector2,button: Enum.UserInputType,isDown: boolean,repeatCount: number):() |
SendMouseDelta(positionDelta: Vector2):() |
SendMousePosition(position: Vector2):() |
SendPointerAction(position: Vector2,pointerAction: Dictionary):() |
SendTextInput(text: string):() |
継承されたメンバー
Objectから継承された6
APIリファレンス
方法
SendKey
パラメータ
| 既定値: false |
戻り値
()
SendMouseButton
VirtualInput:SendMouseButton(
):()
パラメータ
| 既定値: 0 |
戻り値
()
SendPointerAction
パラメータ
戻り値
()