#include <IOKit/hidsystem/IOHIPointing.h>
IOKit/hidsystem/IOHIPointing.h
Start Action Definitions
typedefRelativePointerEventAction
HISTORICAL NOTE:
The following entry points were part of the IOHIPointingEvents
protocol.
typedef void (*)(OSObject *, int, int, int, AbsoluteTime) RelativePointerEventAction;
typedefAbsolutePointerEventAction
typedef void (*)(OSObject *, int, IOGPoint *, IOGBounds *, bool, int, int, AbsoluteTime) AbsolutePointerEventAction;
typedefScrollWheelEventAction
typedef void (*)(OSObject *, short, short, short, AbsoluteTime) ScrollWheelEventAction;
typedefRelativePointerEventCallback
typedef void (*)(OSObject *, int, int, int, AbsoluteTime, OSObject *, void *) RelativePointerEventCallback;
typedefAbsolutePointerEventCallback
typedef void (*)(OSObject *, int, IOGPoint *, IOGBounds *, bool, int, int, AbsoluteTime, OSObject *, void *) AbsolutePointerEventCallback;
typedefScrollWheelEventCallback
typedef void (*)(OSObject *, short, short, short, IOFixed, IOFixed, IOFixed, SInt32, SInt32, SInt32, SInt32, AbsoluteTime, OSObject *, void *) ScrollWheelEventCallback;
macroEV_DEFAULTPOINTERACCELLEVEL
Default accel level parameters
#define EV_DEFAULTPOINTERACCELLEVEL 0x0000b000
macroEV_DEFAULTSCROLLACCELLEVEL
#define EV_DEFAULTSCROLLACCELLEVEL 0x00005000