JustDown() function for gamepad?

Hi. Is there a justDown() function for gamepad like there is for the keyboard? Otherwise I have to debounce the function somehow and track time it was pushed to avoid the user tapping the key but having it trigger hundreds of events.
Or even a buttonUp() event to let me know when it was pushed?

No, I think there is only Phaser.Input.Gamepad.Events.