diff options
Diffstat (limited to 'xbmc/input/XBMC_vkeys.h')
| -rw-r--r-- | xbmc/input/XBMC_vkeys.h | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/xbmc/input/XBMC_vkeys.h b/xbmc/input/XBMC_vkeys.h index 4e3787c..496f336 100644 --- a/xbmc/input/XBMC_vkeys.h +++ b/xbmc/input/XBMC_vkeys.h | |||
| @@ -1,27 +1,15 @@ | |||
| 1 | /* | 1 | /* |
| 2 | SDL - Simple DirectMedia Layer | 2 | * SDL - Simple DirectMedia Layer |
| 3 | Copyright (C) 1997-2009 Sam Lantinga | 3 | * Copyright (C) 1997-2009 Sam Lantinga |
| 4 | * | ||
| 5 | * SPDX-License-Identifier: LGPL-2.1-or-later | ||
| 6 | * See LICENSES/README.md for more information. | ||
| 7 | * | ||
| 8 | * Sam Lantinga | ||
| 9 | * slouken@libsdl.org | ||
| 10 | */ | ||
| 4 | 11 | ||
| 5 | This library is free software; you can redistribute it and/or | 12 | #pragma once |
| 6 | modify it under the terms of the GNU Lesser General Public | ||
| 7 | License as published by the Free Software Foundation; either | ||
| 8 | version 2.1 of the License, or (at your option) any later version. | ||
| 9 | |||
| 10 | This library is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 13 | Lesser General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with XBMC; see the file COPYING. If not, see | ||
| 17 | <http://www.gnu.org/licenses/>. | ||
| 18 | |||
| 19 | Sam Lantinga | ||
| 20 | slouken@libsdl.org | ||
| 21 | */ | ||
| 22 | |||
| 23 | #ifndef XBMC_vkeys_h | ||
| 24 | #define XBMC_vkeys_h | ||
| 25 | 13 | ||
| 26 | // The XBMC_vkey identifies a key that is mapped to an action or function. | 14 | // The XBMC_vkey identifies a key that is mapped to an action or function. |
| 27 | // The keysym.sym generated by SDL_KEYDOWN is mapped to a vkey and the vkey | 15 | // The keysym.sym generated by SDL_KEYDOWN is mapped to a vkey and the vkey |
| @@ -283,4 +271,3 @@ typedef enum { | |||
| 283 | #define VK_OEM_102 0xE2 | 271 | #define VK_OEM_102 0xE2 |
| 284 | #endif | 272 | #endif |
| 285 | 273 | ||
| 286 | #endif // XBMC_vkeys_h | ||
