button : number
This property was removed in Phaser 2.4 and should no longer be used.
Instead please see the Pointer button properties such as Pointer.leftButton
, Pointer.rightButton
and so on.
Or Pointer.button holds the DOM event button value if you require that.
- Source code: input/MSPointer.js (Line 67)
Please login to continue.