此枚舉類型用于對鼠標事件進行分類:向下、向上、單擊、雙擊、移動和移動,同時按住按鈕。
Members
(static, constant) LEFT_CLICK : Number
表示鼠標左鍵單擊事件。
(static, constant) LEFT_DOUBLE_CLICK : Number
表示鼠標左鍵雙擊事件。
(static, constant) LEFT_DOWN : Number
表示鼠標左鍵向下事件。
(static, constant) LEFT_UP : Number
表示鼠標左鍵向上事件。
(static, constant) MIDDLE_CLICK : Number
表示鼠標中鍵單擊事件。
(static, constant) MIDDLE_DOWN : Number
表示鼠標中鍵向下事件。
(static, constant) MIDDLE_UP : Number
表示鼠標中鍵向上事件。
(static, constant) MOUSE_MOVE : Number
表示鼠標移動事件。
(static, constant) PINCH_END : Number
表示觸摸表面上兩指事件的結束。
(static, constant) PINCH_MOVE : Number
表示觸摸表面上兩個手指事件的更改。
(static, constant) PINCH_START : Number
表示觸摸表面上兩個手指事件的開始。
(static, constant) RIGHT_CLICK : Number
表示鼠標右鍵單擊事件。
(static, constant) RIGHT_DOWN : Number
表示鼠標左鍵向下事件。
(static, constant) RIGHT_UP : Number
表示鼠標右鍵向上的事件。
(static, constant) WHEEL : Number
表示鼠標滾輪事件。