OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcAppleEventLib.h
Go to the documentation of this file.
1
14#ifndef OC_APPLE_EVENT_LIB_H
15#define OC_APPLE_EVENT_LIB_H
16
18
19#include <Protocol/AppleEvent.h>
20
21#define POINTER_POLL_DEFAULT 0
22#define POINTER_POLL_ALL_MASK (UINT32)(-1)
23
52 IN BOOLEAN Install,
53 IN BOOLEAN Reinstall,
54 IN BOOLEAN CustomDelays,
55 IN UINT16 KeyInitialDelay,
56 IN UINT16 KeySubsequentDelay,
57 IN BOOLEAN GraphicsInputMirroring,
58 IN UINT32 PointerPollMin,
59 IN UINT32 PointerPollMax,
60 IN UINT32 PointerPollMask,
61 IN UINT16 PointerSpeedDiv,
62 IN UINT16 PointerSpeedMul,
63 IN UINT16 PointerDwellClickTimeout,
64 IN UINT16 PointerDwellDoubleClickTimeout,
65 IN UINT16 PointerDwellRadius
66 );
67
68#endif // OC_APPLE_EVENT_LIB_H
APPLE_EVENT_PROTOCOL * OcAppleEventInstallProtocol(IN BOOLEAN Install, IN BOOLEAN Reinstall, IN BOOLEAN CustomDelays, IN UINT16 KeyInitialDelay, IN UINT16 KeySubsequentDelay, IN BOOLEAN GraphicsInputMirroring, IN UINT32 PointerPollMin, IN UINT32 PointerPollMax, IN UINT32 PointerPollMask, IN UINT16 PointerSpeedDiv, IN UINT16 PointerSpeedMul, IN UINT16 PointerDwellClickTimeout, IN UINT16 PointerDwellDoubleClickTimeout, IN UINT16 PointerDwellRadius)