Contents

getIntegerValueField(_:)

Returns the integer value of a field in a Quartz event.

Declaration

func getIntegerValueField(_ field: CGEventField) -> Int64

Parameters

  • field:

    A field in the specified event. Pass one of the constants listed in Cgeventfield.

Return Value

A 64-bit integer representation of the current value of the specified field.

See Also

Functions