CGEventField.scrollWheelEventFixedPtDeltaAxis2
Key to access a field that contains scrolling data. The scrolling data represents a line-based or pixel-based change in horizontal position since the last scrolling event from a Mighty Mouse scroller. The scrolling data uses a fixed-point 16.16 signed integer format. For example, if the field contains a value of 1.0, the integer 0x00010000 is returned by CGEventGetIntegerValueField. If this key is passed to CGEventGetDoubleValueField, the fixed-point value is converted to a double value.
Declaration
case scrollWheelEventFixedPtDeltaAxis2See Also
Constants
CGEventField.mouseEventNumberCGEventField.mouseEventClickStateCGEventField.mouseEventPressureCGEventField.mouseEventButtonNumberCGEventField.mouseEventDeltaXCGEventField.mouseEventDeltaYCGEventField.mouseEventInstantMouserCGEventField.mouseEventSubtypeCGEventField.keyboardEventAutorepeatCGEventField.keyboardEventKeycodeCGEventField.keyboardEventKeyboardTypeCGEventField.scrollWheelEventDeltaAxis1CGEventField.scrollWheelEventDeltaAxis2CGEventField.scrollWheelEventDeltaAxis3CGEventField.scrollWheelEventFixedPtDeltaAxis1