OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_KEY_DESCRIPTOR |
Functions | |
VOID | EventInputKeyFromAppleKeyCode (IN APPLE_KEY_CODE AppleKeyCode, OUT EFI_INPUT_KEY *InputKey, IN BOOLEAN Shifted) |
Variables | |
STATIC APPLE_KEY_DESCRIPTOR | mAppleKeyMap [] |
The default United States key map for Apple keyboards. | |
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 AppleKeyMap.c.
VOID EventInputKeyFromAppleKeyCode | ( | IN APPLE_KEY_CODE | AppleKeyCode, |
OUT EFI_INPUT_KEY * | InputKey, | ||
IN BOOLEAN | Shifted ) |
Definition at line 497 of file AppleKeyMap.c.
STATIC APPLE_KEY_DESCRIPTOR mAppleKeyMap[] |
The default United States key map for Apple keyboards.
Definition at line 34 of file AppleKeyMap.c.