button :any
The button property of the most recent DOM event when this Pointer is started.
You should not rely on this value for accurate button detection, instead use the Pointer propertiesleftButton
, rightButton
, middleButton
and so on.
- Source code: input/Pointer.js (Line 70)
Please login to continue.