Contents

GCControllerElement.SystemGestureState.alwaysReceive

A state that sends input to your app and a gesture recognizer simultaneously.

Declaration

case alwaysReceive

Discussion

This state removes any delay in your app receiving the input but may trigger a simultaneous system gesture and in-app action.

See Also

States