forceOut : boolean | Phaser.PointerMode
When the Button is touched / clicked and then released you can force it to enter a state of "out" instead of "up".
This can also accept a pointer mode bitmask for more refined control.
Type
- boolean | Phaser.PointerMode
- Source code: gameobjects/Button.js (Line 199)
Please login to continue.