kodi
AppTranslator.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 {
22 {
23 public:
24  static uint32_t TranslateAppCommand(const std::string& szButton);
25 };
26 } // namespace KEYMAP
27 } // namespace KODI
Definition: AudioDecoder.h:18
Definition: AppTranslator.h:21