Contents

copy()

Returns a copy of an existing Quartz event.

Declaration

func copy() -> CGEvent?

Return Value

A copy of the specified event. When you no longer need the copy, you should release it using the function CFRelease.

See Also

Functions