kodi
xbmc
input
mouse
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
23
class
CMouseTranslator
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
};
KODI::MOUSE::BUTTON_ID
BUTTON_ID
Buttons on a mouse.
Definition:
MouseTypes.h:26
tinyxml2
Definition:
SkinTimerManager.h:18
CMouseTranslator
Definition:
MouseTranslator.h:23
Generated by
1.8.13