Contents

CGEventSetType

Sets the event type of a Quartz event (left mouse down, for example).

Declaration

extern void CGEventSetType(CGEventRef event, CGEventType type);

Parameters

  • event:

    The event to access.

  • type:

    The new event type of the specified event. The return value is one of the constants listed in Cgeventtype.

See Also

Functions