タッチスクリーンTouchscreen.tapバージョン: 22.5.0このページについてTouchscreen.tap() メソッド touchstart と touchend イベントを生成します。 シグネチャ: class Touchscreen { tap(x: number, y: number): Promise<void>;} パラメーター パラメータータイプ説明x数値タップの水平位置。y数値数値 タップの垂直位置。 返り値