Contents

inputStateQueueDepth

The maximum number of input values that the queue stores.

Declaration

var inputStateQueueDepth: Int { get set }

Discussion

When the queue reaches this limit, Game Controller starts removing the oldest input states from the queue. The default value for this property is 1 which indicates no buffering.

See Also

Handling device input