xbmc
GUIFeatureTranslator.h
1 /*
2  * Copyright (C) 2017-2018 Team Kodi
3  * This file is part of Kodi - https://kodi.tv
4  *
5  * SPDX-License-Identifier: GPL-2.0-or-later
6  * See LICENSES/README.md for more information.
7  */
8 
9 #pragma once
10 
11 #include "GUIControlTypes.h"
13 
14 namespace KODI
15 {
16 namespace GAME
17 {
22 {
23 public:
28 };
29 } // namespace GAME
30 } // namespace KODI
Definition: GUIFeatureTranslator.h:21
FEATURE_TYPE
Types of features used in the joystick library.
Definition: JoystickTypes.h:49
Definition: AudioDecoder.h:18
BUTTON_TYPE
Types of button controls that can populate the feature list.
Definition: GUIControlTypes.h:20
static BUTTON_TYPE GetButtonType(JOYSTICK::FEATURE_TYPE featureType)
Get the type of button control used to map the feature.
Definition: GUIFeatureTranslator.cpp:14