Variable: buttonMoments
constbuttonMoments:object
Defined in: input/constants/button-moments.ts:2
Defines the moments of a button press.
Type declaration
down
readonlydown:"down"='down'
The button was just pressed down.
up
readonlyup:"up"='up'
The button was just released.