2 * Copyright (C) 2017-2024 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
21 class CActionTranslator
24 static void GetActions(std::vector
<std::string
>& actionList
);
25 static bool IsAnalog(unsigned int actionId
);
26 static bool TranslateString(std::string strAction
, unsigned int& actionId
);