aboutsummaryrefslogtreecommitdiff
path: root/xbmc/games/controllers/ControllerDefinitions.h
blob: d8119d191bbabd3cfbbb3de2b7fd7cdcbb1cb595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 *      Copyright (C) 2015-2016 Team Kodi
 *      http://kodi.tv
 *
 *  This Program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2, or (at your option)
 *  any later version.
 *
 *  This Program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this Program; see the file COPYING.  If not, see
 *  <http://www.gnu.org/licenses/>.
 *
 */
#pragma once

#define LAYOUT_XML_ROOT                    "layout"

#define LAYOUT_XML_ELM_BUTTON              "button"
#define LAYOUT_XML_ELM_ANALOG_STICK        "analogstick"
#define LAYOUT_XML_ELM_ACCELEROMETER       "accelerometer"

#define LAYOUT_XML_ATTR_LAYOUT_LABEL       "label"
#define LAYOUT_XML_ATTR_LAYOUT_IMAGE       "image"
#define LAYOUT_XML_ATTR_LAYOUT_OVERLAY     "overlay"

#define LAYOUT_XML_ATTR_FEATURE_NAME       "name"
#define LAYOUT_XML_ATTR_FEATURE_LABEL      "label"

#define LAYOUT_XML_ATTR_INPUT_TYPE         "type"