kodi
xbmc
input
keymaps
joysticks
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
{
26
class
CGamepadTranslator
27
{
28
public
:
29
static
uint32_t TranslateString(std::string strButton);
30
};
31
}
// namespace KEYMAP
32
}
// namespace KODI
KEYMAP
KODI::KEYMAP::CGamepadTranslator
Gamepad translator, only used by EventClient.
Definition:
GamepadTranslator.h:26
KODI
Definition:
AudioDecoder.h:18
Generated by
1.8.13