Contents

dropCount

Returns the number of frames that have been dropped since the last call to your update handler.

Declaration

var dropCount: Int { get }

Discussion

Use this call when measuring your client’s performance to ensure that it is keeping up with window server updates.

See Also

Functions