diff options
| author | manuel <manuel@mausz.at> | 2018-08-30 00:42:04 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2018-08-30 00:42:04 +0200 |
| commit | 2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a (patch) | |
| tree | cc9e1f8ea69eebca8416677b2470a5b3f11a850e /xbmc/input | |
| parent | b3d195f0188758a14875a5a2f270e4fd190a679f (diff) | |
| download | kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.tar.gz kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.tar.bz2 kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.zip | |
sync with upstream
Diffstat (limited to 'xbmc/input')
| -rw-r--r-- | xbmc/input/ActionIDs.h | 24 | ||||
| -rw-r--r-- | xbmc/input/XBMC_vkeys.h | 33 |
2 files changed, 18 insertions, 39 deletions
diff --git a/xbmc/input/ActionIDs.h b/xbmc/input/ActionIDs.h index 5db1ffc..12a5334 100644 --- a/xbmc/input/ActionIDs.h +++ b/xbmc/input/ActionIDs.h | |||
| @@ -1,22 +1,11 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2005-2017 Team Kodi | 2 | * Copyright (C) 2005-2018 Team Kodi |
| 3 | * http://kodi.tv | 3 | * This file is part of Kodi - https://kodi.tv |
| 4 | * | ||
| 5 | * This Program is free software; you can redistribute it and/or modify | ||
| 6 | * it under the terms of the GNU General Public License as published by | ||
| 7 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 8 | * any later version. | ||
| 9 | * | ||
| 10 | * This Program 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 | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this Program; see the file COPYING. If not, see | ||
| 17 | * <http://www.gnu.org/licenses/>. | ||
| 18 | * | 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0-or-later | ||
| 6 | * See LICENSES/README.md for more information. | ||
| 19 | */ | 7 | */ |
| 8 | |||
| 20 | #pragma once | 9 | #pragma once |
| 21 | 10 | ||
| 22 | /** | 11 | /** |
| @@ -104,6 +93,7 @@ | |||
| 104 | 93 | ||
| 105 | #define ACTION_PLAYER_PROCESS_INFO 69 //!< show player process info (video decoder, pixel format, pvr signal strength and the like | 94 | #define ACTION_PLAYER_PROCESS_INFO 69 //!< show player process info (video decoder, pixel format, pvr signal strength and the like |
| 106 | #define ACTION_PLAYER_PROGRAM_SELECT 70 | 95 | #define ACTION_PLAYER_PROGRAM_SELECT 70 |
| 96 | #define ACTION_PLAYER_RESOLUTION_SELECT 71 | ||
| 107 | #define ACTION_SMALL_STEP_BACK 76 //!< jumps a few seconds back during playback of movie. Can b used in videoFullScreen.xml window id=2005 | 97 | #define ACTION_SMALL_STEP_BACK 76 //!< jumps a few seconds back during playback of movie. Can b used in videoFullScreen.xml window id=2005 |
| 108 | 98 | ||
| 109 | #define ACTION_PLAYER_FORWARD 77 //!< FF in current file played. global action, can be used anywhere | 99 | #define ACTION_PLAYER_FORWARD 77 //!< FF in current file played. global action, can be used anywhere |
| @@ -277,6 +267,8 @@ | |||
| 277 | 267 | ||
| 278 | #define ACTION_TOGGLE_FONT 249 //!< Toggle font. Used in TextViewer dialog | 268 | #define ACTION_TOGGLE_FONT 249 //!< Toggle font. Used in TextViewer dialog |
| 279 | 269 | ||
| 270 | #define ACTION_VIDEO_NEXT_STREAM 250 //!< Cycle video streams. Used in videofullscreen. | ||
| 271 | |||
| 280 | // Voice actions | 272 | // Voice actions |
| 281 | #define ACTION_VOICE_RECOGNIZE 300 | 273 | #define ACTION_VOICE_RECOGNIZE 300 |
| 282 | 274 | ||
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 | ||
