summaryrefslogtreecommitdiffstats
path: root/xbmc/input/XBMC_vkeys.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2018-08-30 00:42:04 +0200
committermanuel <manuel@mausz.at>2018-08-30 00:42:04 +0200
commit2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a (patch)
treecc9e1f8ea69eebca8416677b2470a5b3f11a850e /xbmc/input/XBMC_vkeys.h
parentb3d195f0188758a14875a5a2f270e4fd190a679f (diff)
downloadkodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.tar.gz
kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.tar.bz2
kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.zip
sync with upstream
Diffstat (limited to 'xbmc/input/XBMC_vkeys.h')
-rw-r--r--xbmc/input/XBMC_vkeys.h33
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