kodi
MouseTranslator.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 "MouseTypes.h"
12 
13 #include <stdint.h>
14 
15 namespace tinyxml2
16 {
17 class XMLElement;
18 }
19 
24 {
25 public:
29  static uint32_t TranslateCommand(const tinyxml2::XMLElement* pButton);
30 
39  static bool TranslateEventID(unsigned int eventId, KODI::MOUSE::BUTTON_ID& buttonId);
40 };
BUTTON_ID
Buttons on a mouse.
Definition: MouseTypes.h:26
Definition: SkinTimerManager.h:18
Definition: MouseTranslator.h:23