kodi
GamepadTranslator.h
1 /*
2  * Copyright (C) 2017-2024 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 <stdint.h>
12 #include <string>
13 
14 namespace KODI
15 {
16 namespace KEYMAP
17 {
27 {
28 public:
29  static uint32_t TranslateString(std::string strButton);
30 };
31 } // namespace KEYMAP
32 } // namespace KODI
Gamepad translator, only used by EventClient.
Definition: GamepadTranslator.h:26
Definition: AudioDecoder.h:18