Closed cyaiox closed 7 months ago
This PR adds a new trigger: on_input_action
on_input_action
As the entities can only have one pointerEventsSystem.onPointerDown, the trigger on_click is marked as deprecated in favor of this new trigger.
pointerEventsSystem.onPointerDown
on_click
This PR adds a new trigger:
on_input_action
As the entities can only have one
pointerEventsSystem.onPointerDown
, the triggeron_click
is marked as deprecated in favor of this new trigger.