]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Include/Library/KeyMapLib.h
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Include / Library / KeyMapLib.h
CommitLineData
949f388f 1/*++ @file\r
2\r
d18d8a1d 3Copyright (c) 2011, Apple Inc. All rights reserved.\r
e3ba31da 4SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 5\r
6**/\r
7\r
8#include <Protocol/SimpleTextInEx.h>\r
9\r
10\r
11/**\r
12 KeyMapMake gets called on key presses.\r
13\r
14 @param KeyData Key that was pressed.\r
15\r
16 @retval EFI_SUCCESS The constructor always returns EFI_SUCCESS.\r
17\r
18**/\r
19EFI_STATUS\r
20EFIAPI\r
21KeyMapMake (\r
22 IN EFI_KEY_DATA *KeyData\r
23 );\r
24\r
25/**\r
26 KeyMapBreak gets called on key releases.\r
27\r
28 @param KeyData Key that was pressed.\r
29\r
30 @retval EFI_SUCCESS The constructor always returns EFI_SUCCESS.\r
31\r
32**/\r
33EFI_STATUS\r
34EFIAPI\r
35KeyMapBreak (\r
36 IN EFI_KEY_DATA *KeyData\r
37 );\r