Input.addButtonDownEvent

Add an event for when a button goes down.

class Input
static
UUID
addButtonDownEvent

Parameters

buttonName
Type: string

The binding name of the button for the event.

event

The event to call when the button changes.

Return Value

Type: UUID

The id of the new event.

Meta