共用方式為


SKTouchEventArgs 類別

定義

提供 TouchTouch 事件的資料。

public class SKTouchEventArgs : EventArgs
繼承
SKTouchEventArgs

建構函式

SKTouchEventArgs(Int64, SKTouchAction, SKMouseButton, SKTouchDeviceType, SKPoint, Boolean, Int32, Single)

建立事件引數的新實例 SKTouchEventArgs

SKTouchEventArgs(Int64, SKTouchAction, SKMouseButton, SKTouchDeviceType, SKPoint, Boolean, Int32)

建立事件引數的新實例 SKTouchEventArgs

SKTouchEventArgs(Int64, SKTouchAction, SKMouseButton, SKTouchDeviceType, SKPoint, Boolean)

建立事件引數的新實例 SKTouchEventArgs

SKTouchEventArgs(Int64, SKTouchAction, SKPoint, Boolean)

建立事件引數的新實例 SKTouchEventArgs

屬性

ActionType

取得值,指出引發這個事件的觸控動作類型。

DeviceType

取得值,指出用來引發此事件的觸控裝置類型。

Handled

取得或設定值,指出事件是否已處理,而且不應該進一步傳播。

Id

取得可用來追蹤這個特定事件的識別碼。

InContact

取得值,指出裝置是否在目前時間觸碰螢幕或按下。

Location

取得檢視上觸控的位置, (圖元座標) 。

MouseButton

取得值,指出引發這個事件的滑鼠按鍵。

Pressure

取得觸控事件的壓力。

WheelDelta

取得滑鼠滾輪捲動的數量。

方法

ToString()

傳回代表目前物件的字串。

適用於