OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Variables | |
UINT32 | mPointerSpeedMul |
UINT32 | mPointerSpeedDiv |
AppleEventDxe
Copyright (c) 2018, vit9696
All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file AppleEventInternal.h.
VOID EventAddEventToQueue | ( | IN APPLE_EVENT_INFORMATION * | Information | ) |
Definition at line 194 of file EventQueue.c.
VOID EventCancelKeyStrokePollEvent | ( | VOID | ) |
Definition at line 778 of file KeyHandler.c.
VOID EventCancelSimplePointerPollEvent | ( | VOID | ) |
Definition at line 1116 of file PointerHandler.c.
VOID EventCloseSimplePointerInstallNotifyEvent | ( | VOID | ) |
Definition at line 505 of file PointerHandler.c.
APPLE_EVENT_INFORMATION * EventCreateAppleEventQueueInfo | ( | IN APPLE_EVENT_DATA | EventData, |
IN APPLE_EVENT_TYPE | EventType, | ||
IN DIMENSION * | PointerPosition, | ||
IN APPLE_MODIFIER_MAP | Modifiers ) |
Definition at line 150 of file EventQueue.c.
EFI_STATUS EventCreateEventQueue | ( | IN APPLE_EVENT_DATA | EventData, |
IN APPLE_EVENT_TYPE | EventType, | ||
IN APPLE_MODIFIER_MAP | Modifiers ) |
Definition at line 226 of file EventQueue.c.
EFI_STATUS EventCreateKeyStrokePollEvent | ( | VOID | ) |
Definition at line 744 of file KeyHandler.c.
EFI_STATUS EventCreateSimplePointerInstallNotifyEvent | ( | VOID | ) |
Definition at line 468 of file PointerHandler.c.
EFI_STATUS EventCreateSimplePointerPollEvent | ( | VOID | ) |
Definition at line 1067 of file PointerHandler.c.
VOID EventInputKeyFromAppleKeyCode | ( | IN APPLE_KEY_CODE | AppleKeyCode, |
OUT EFI_INPUT_KEY * | InputKey, | ||
IN BOOLEAN | Shifted ) |
Definition at line 497 of file AppleKeyMap.c.
EFI_STATUS EFIAPI EventIsCapsLockOnImpl | ( | IN OUT BOOLEAN * | CLockOn | ) |
Retrieves the state of the CapsLock key.
[in,out] | CLockOn | This parameter indicates the state of the CapsLock key. |
EFI_SUCCESS | The CapsLock state was successfully returned in CLockOn. |
EFI_INVALID_PARAMETER | CLockOn is NULL. |
Definition at line 802 of file KeyHandler.c.
EFI_STATUS EventSetCursorPositionImpl | ( | IN DIMENSION * | Position | ) |
Definition at line 1129 of file PointerHandler.c.
VOID EventSimplePointerDesctructor | ( | VOID | ) |
Definition at line 302 of file PointerHandler.c.
VOID InternalCreateQueueEvent | ( | VOID | ) |
Definition at line 125 of file EventQueue.c.
VOID InternalFlagAllEventsReady | ( | VOID | ) |
Definition at line 179 of file OcAppleEventLib.c.
APPLE_MODIFIER_MAP InternalGetModifierStrokes | ( | VOID | ) |
Definition at line 180 of file KeyHandler.c.
VOID InternalInitializePointerUiScale | ( | VOID | ) |
Definition at line 154 of file PointerHandler.c.
VOID InternalRemoveUnregisteredEvents | ( | VOID | ) |
Definition at line 239 of file OcAppleEventLib.c.
VOID InternalSetDwellClicking | ( | IN UINT16 | ClickTimeout, |
IN UINT16 | DoubleClickTimeout, | ||
IN UINT16 | Radius ) |
Definition at line 224 of file PointerHandler.c.
VOID InternalSetKeyBehaviour | ( | IN BOOLEAN | CustomDelays, |
IN UINT16 | KeyInitialDelay, | ||
IN UINT16 | KeySubsequentDelay, | ||
IN BOOLEAN | GraphicsInputMirroring ) |
Definition at line 83 of file KeyHandler.c.
VOID InternalSetPointerPolling | ( | IN UINT32 | PointerPollMin, |
IN UINT32 | PointerPollMax, | ||
IN UINT32 | PointerPollMask ) |
Definition at line 175 of file PointerHandler.c.
VOID InternalSetPointerSpeed | ( | IN UINT16 | PointerSpeedDiv, |
IN UINT16 | PointerSpeedMul ) |
Definition at line 204 of file PointerHandler.c.
VOID InternalSignalAndCloseQueueEvent | ( | VOID | ) |
Definition at line 63 of file EventQueue.c.
VOID InternalSignalEvents | ( | IN APPLE_EVENT_INFORMATION * | Information | ) |
Definition at line 205 of file OcAppleEventLib.c.
|
extern |
Definition at line 55 of file PointerHandler.c.
|
extern |
Definition at line 56 of file PointerHandler.c.