onDown : Phaser.Signal
This Signal is dispatched every time this DeviceButton is pressed down.
It is only dispatched once (until the button is released again).
When dispatched it sends 2 arguments: A reference to this DeviceButton and the value of the button.
- Source code: input/DeviceButton.js (Line 122)
Please login to continue.