This version of Unity is unsupported.

BaseInputModule.GetAxisEventData

Declaration

protected EventSystems.AxisEventData GetAxisEventData(float x, float y, float moveDeadZone);

Parameters

x X movement.
y Y movement.
moveDeadZone Dead Zone.

Description

Given some input data generate an AxisEventData that can be used by the event system.