Contents

CGEventTimestamp

Defines the elapsed time in nanoseconds since startup that a Quartz event occurred.

Declaration

typealias CGEventTimestamp = UInt64

Discussion

You set an event’s timestamp with CGEventSetTimestamp, and access it later with CGEvent’s timestamp property.

See Also

Data Types