Source position: CGEventTypes.pas line 683
type CGEventTapInformation = record |
eventTapID: UInt32; |
tapPoint: CGEventTapLocation; |
options: CGEventTapOptions; |
eventsOfInterest: CGEventMask; |
tappingProcess: pid_t; |
processBeingTapped: pid_t; |
enabled: CBool; |
minUsecLatency: Float32; |
avgUsecLatency: Float32; |
maxUsecLatency: Float32; |
end; |