-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_gamepad_8h_source.html
234 lines (234 loc) · 41.6 KB
/
_gamepad_8h_source.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Gamedev Framework (gf): Gamepad.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="custom.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="gf_logo.png"/></td>
<td id="projectalign">
<div id="projectname">Gamedev Framework (gf)<span id="projectnumber"> 0.22.0</span>
</div>
<div id="projectbrief">A C++17 framework for 2D games</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_6d069d519ae9d12fa11dd8e685586b60.html">gf</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">Gamepad.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Gamedev Framework (gf)</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright (C) 2016-2022 Julien Bernard</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> *</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * This software is provided 'as-is', without any express or implied</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * warranty. In no event will the authors be held liable for any damages</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * arising from the use of this software.</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> *</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> * Permission is granted to anyone to use this software for any purpose,</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * including commercial applications, and to alter it and redistribute it</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * freely, subject to the following restrictions:</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> *</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * 1. The origin of this software must not be misrepresented; you must not</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * claim that you wrote the original software. If you use this software</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * in a product, an acknowledgment in the product documentation would be</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * appreciated but is not required.</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> * 2. Altered source versions must be plainly marked as such, and must not be</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> * misrepresented as being the original software.</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment"> * 3. This notice may not be removed or altered from any source distribution.</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment"> */</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#ifndef GF_GAMEPAD_H</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define GF_GAMEPAD_H</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include <cstdint></span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include <vector></span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include "GraphicsApi.h"</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacegf.html">gf</a> {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="keyword">inline</span> <span class="keyword">namespace </span>v1 {</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="group__graphics__devices.html#ga66e2d144e71b76a0499edc3d0a68529f"> 43</a></span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="group__graphics__devices.html#ga66e2d144e71b76a0499edc3d0a68529f">GamepadButton</a> {</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa4bbb8f967da6d1a610596d7257179c2b">Invalid</a>, </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa7fc56270e7a70fa81a5935b72eacbe29">A</a>, </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa9d5ed678fe57bcca610140957afab571">B</a>, </div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <a class="code hl_enumvalue" href="group__core__cells.html#gga130ad1f67ada23f98944b2351e8717aca02129bb861061d1a052c592e2dc6b383">X</a>, </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <a class="code hl_enumvalue" href="group__core__cells.html#gga130ad1f67ada23f98944b2351e8717aca57cec4137b614c87cb4e24a3d003a3e0">Y</a>, </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa0557fa923dcee4d0f86b1409f5c2167f">Back</a>, </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa6602bbeb2956c035fb4cb5e844a4861b">Guide</a>, </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529faa6122a65eaa676f700ae68d393054a37">Start</a>, </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa78dfae506443f078a68242fa3989e7d2">LeftStick</a>, </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa8e2f56dca504cbbdf54b6ba95989aed7">RightStick</a>, </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa91aac15641d2e4fce8e8aef22a4ce4c7">LeftBumper</a>, </div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa509b4eb4dd040194b2aa506683ccfbad">RightBumper</a>, </div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa6e53ad4e24c7b597e15b2193883bf7f2">DPadUp</a>, </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa826b0ea5950d9f05469d6f3ded8b570f">DPadDown</a>, </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa1afff4bd4c22275dff273ca6f01952f1">DPadLeft</a>, </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529faee57d4f85b132ca155ad4f77e71b7df1">DPadRight</a>, </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> };</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="group__graphics__devices.html#ga40276d90e4e5efa68433fd9040c08b86"> 71</a></span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="group__graphics__devices.html#ga40276d90e4e5efa68433fd9040c08b86">GamepadAxis</a> {</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa4bbb8f967da6d1a610596d7257179c2b">Invalid</a>, </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86acc8c4dd7729fa8d6a4a56bdb6109b480">LeftX</a>, </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86aabe4297ac7e7b4b9dec427c6f8e65708">LeftY</a>, </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86af65093a3b6fbe7ca323cdd462c394ca6">RightX</a>, </div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86afcca84f800ce96085bd389237137ecc3">RightY</a>, </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86a482d1c1190728d3c4be1ffcbcce2dd49">TriggerLeft</a>, </div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86a82dbfad1d5cd42e420ca679ff68bd0a0">TriggerRight</a>, </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> };</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="group__graphics__devices.html#gac51b68f03b85350446f51a932fc20de3"> 89</a></span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="group__graphics__devices.html#gac51b68f03b85350446f51a932fc20de3">GamepadAxisDirection</a> {</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#ggac51b68f03b85350446f51a932fc20de3a3289297424e01eda5b788c083bbf3147">Positive</a>, </div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <a class="code hl_enumvalue" href="group__graphics__devices.html#ggac51b68f03b85350446f51a932fc20de3affb9356ff2b7da85c75c92fa7ea03b8b">Negative</a>, </div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> };</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="group__graphics__devices.html#gab3aed9942f731ce33866e921d443c5ee"> 104</a></span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="group__graphics__devices.html#gab3aed9942f731ce33866e921d443c5ee">GamepadHwId</a> : <span class="keywordtype">int</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="preprocessor"> #ifdef DOXYGEN_SHOULD_SKIP_THIS</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> {</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> }</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="preprocessor"> #endif</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> ;</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> </div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"><a class="line" href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3"> 121</a></span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3">GamepadId</a> : int32_t</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><span class="preprocessor"> #ifdef DOXYGEN_SHOULD_SKIP_THIS</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> {</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> }</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span><span class="preprocessor"> #endif</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> ;</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="group__graphics__devices.html#ga61472074647b55bcb1e5ec86f466e847"> 138</a></span> <span class="keyword">constexpr</span> <a class="code hl_enumeration" href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3">GamepadId</a> <a class="code hl_variable" href="group__graphics__devices.html#ga61472074647b55bcb1e5ec86f466e847">AnyGamepad</a> = <span class="keyword">static_cast<</span><a class="code hl_enumeration" href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3">GamepadId</a><span class="keyword">></span>(INT32_C(-1));</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> </div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html"> 144</a></span> <span class="keyword">class </span>GF_GRAPHICS_API <a class="code hl_class" href="classgf_1_1_gamepad.html">Gamepad</a> {</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html#ad1a8fb62c4d6ef9e6ca26c78ef931a4f"> 152</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code hl_function" href="classgf_1_1_gamepad.html#ad1a8fb62c4d6ef9e6ca26c78ef931a4f">getAxisName</a>(<a class="code hl_enumeration" href="group__graphics__devices.html#ga40276d90e4e5efa68433fd9040c08b86">GamepadAxis</a> axis);</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html#a847c2fc8fa50c16127f1c407daa2be53"> 160</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code hl_function" href="classgf_1_1_gamepad.html#a847c2fc8fa50c16127f1c407daa2be53">getButtonName</a>(<a class="code hl_enumeration" href="group__graphics__devices.html#ga66e2d144e71b76a0499edc3d0a68529f">GamepadButton</a> button);</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html#a68662e95f527b08cdb4543733540d210"> 185</a></span> <span class="keyword">static</span> <a class="code hl_enumeration" href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3">GamepadId</a> <a class="code hl_function" href="classgf_1_1_gamepad.html#a68662e95f527b08cdb4543733540d210">open</a>(<a class="code hl_enumeration" href="group__graphics__devices.html#gab3aed9942f731ce33866e921d443c5ee">GamepadHwId</a> hwid);</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> </div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html#a54ae71f21d0821c6aa7133b0f702d0a8"> 193</a></span> <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classgf_1_1_gamepad.html#a54ae71f21d0821c6aa7133b0f702d0a8">isAttached</a>(<a class="code hl_enumeration" href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3">GamepadId</a> <span class="keywordtype">id</span>);</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> </div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html#a92da2e229df02fa67d00c8ab184f92a4"> 211</a></span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classgf_1_1_gamepad.html#a92da2e229df02fa67d00c8ab184f92a4">close</a>(<a class="code hl_enumeration" href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3">GamepadId</a> <span class="keywordtype">id</span>);</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> </div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html#a9b7cbbe46c05fd3efd83ed6b429da350"> 219</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code hl_function" href="classgf_1_1_gamepad.html#a9b7cbbe46c05fd3efd83ed6b429da350">getName</a>(<a class="code hl_enumeration" href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3">GamepadId</a> <span class="keywordtype">id</span>);</div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> </div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html#ae2fb2422b09bd55f30e1692bcac12f02"> 226</a></span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classgf_1_1_gamepad.html#ae2fb2422b09bd55f30e1692bcac12f02">initialize</a>();</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad.html#af457a8abb8ce1a590363a74fa790fcae"> 231</a></span> <a class="code hl_function" href="classgf_1_1_gamepad.html#af457a8abb8ce1a590363a74fa790fcae">Gamepad</a>() = <span class="keyword">delete</span>;</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> };</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> </div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> </div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <span class="keyword">struct </span><a class="code hl_struct" href="structgf_1_1_event.html">Event</a>;</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> </div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad_tracker.html"> 245</a></span> <span class="keyword">class </span>GF_GRAPHICS_API <a class="code hl_class" href="classgf_1_1_gamepad_tracker.html">GamepadTracker</a> {</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad_tracker.html#aa25ff6993492827eef542a3f7b5a7771"> 250</a></span> <a class="code hl_function" href="classgf_1_1_gamepad_tracker.html#aa25ff6993492827eef542a3f7b5a7771">GamepadTracker</a>();</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> </div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad_tracker.html#a284d1105b7bfbf726d58fd089035aa4a"> 252</a></span> std::size_t <a class="code hl_function" href="classgf_1_1_gamepad_tracker.html#a284d1105b7bfbf726d58fd089035aa4a">getConnectedGamepadCount</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> </div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"><a class="line" href="classgf_1_1_gamepad_tracker.html#a4bd31da630a472c745c883d005f263c8"> 257</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classgf_1_1_gamepad_tracker.html#a4bd31da630a472c745c883d005f263c8">processEvent</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structgf_1_1_event.html">Event</a>& event);</div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> </div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> std::vector<GamepadId> m_ids;</div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> };</div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> </div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span><span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span>}</div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span>}</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> </div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span><span class="preprocessor">#endif </span><span class="comment">// GF_GAMEPAD_H</span></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html"><div class="ttname"><a href="classgf_1_1_gamepad.html">gf::Gamepad</a></div><div class="ttdoc">Some gamepad related functions.</div><div class="ttdef"><b>Definition:</b> Gamepad.h:144</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html_a54ae71f21d0821c6aa7133b0f702d0a8"><div class="ttname"><a href="classgf_1_1_gamepad.html#a54ae71f21d0821c6aa7133b0f702d0a8">gf::Gamepad::isAttached</a></div><div class="ttdeci">static bool isAttached(GamepadId id)</div><div class="ttdoc">Check if a gamepad is attached.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html_a68662e95f527b08cdb4543733540d210"><div class="ttname"><a href="classgf_1_1_gamepad.html#a68662e95f527b08cdb4543733540d210">gf::Gamepad::open</a></div><div class="ttdeci">static GamepadId open(GamepadHwId hwid)</div><div class="ttdoc">Open a gamepad.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html_a847c2fc8fa50c16127f1c407daa2be53"><div class="ttname"><a href="classgf_1_1_gamepad.html#a847c2fc8fa50c16127f1c407daa2be53">gf::Gamepad::getButtonName</a></div><div class="ttdeci">static const char * getButtonName(GamepadButton button)</div><div class="ttdoc">Get the button name.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html_a92da2e229df02fa67d00c8ab184f92a4"><div class="ttname"><a href="classgf_1_1_gamepad.html#a92da2e229df02fa67d00c8ab184f92a4">gf::Gamepad::close</a></div><div class="ttdeci">static void close(GamepadId id)</div><div class="ttdoc">Close a gamepad.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html_a9b7cbbe46c05fd3efd83ed6b429da350"><div class="ttname"><a href="classgf_1_1_gamepad.html#a9b7cbbe46c05fd3efd83ed6b429da350">gf::Gamepad::getName</a></div><div class="ttdeci">static const char * getName(GamepadId id)</div><div class="ttdoc">Get the name of the gamepad.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html_ad1a8fb62c4d6ef9e6ca26c78ef931a4f"><div class="ttname"><a href="classgf_1_1_gamepad.html#ad1a8fb62c4d6ef9e6ca26c78ef931a4f">gf::Gamepad::getAxisName</a></div><div class="ttdeci">static const char * getAxisName(GamepadAxis axis)</div><div class="ttdoc">Get the axis name.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html_ae2fb2422b09bd55f30e1692bcac12f02"><div class="ttname"><a href="classgf_1_1_gamepad.html#ae2fb2422b09bd55f30e1692bcac12f02">gf::Gamepad::initialize</a></div><div class="ttdeci">static void initialize()</div><div class="ttdoc">Initialize the already connected gamepads.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_html_af457a8abb8ce1a590363a74fa790fcae"><div class="ttname"><a href="classgf_1_1_gamepad.html#af457a8abb8ce1a590363a74fa790fcae">gf::Gamepad::Gamepad</a></div><div class="ttdeci">Gamepad()=delete</div><div class="ttdoc">Deleted constructor.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_tracker_html"><div class="ttname"><a href="classgf_1_1_gamepad_tracker.html">gf::GamepadTracker</a></div><div class="ttdoc">A tracker for the connection/disconnection of gamepads.</div><div class="ttdef"><b>Definition:</b> Gamepad.h:245</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_tracker_html_a284d1105b7bfbf726d58fd089035aa4a"><div class="ttname"><a href="classgf_1_1_gamepad_tracker.html#a284d1105b7bfbf726d58fd089035aa4a">gf::GamepadTracker::getConnectedGamepadCount</a></div><div class="ttdeci">std::size_t getConnectedGamepadCount() const</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_tracker_html_a4bd31da630a472c745c883d005f263c8"><div class="ttname"><a href="classgf_1_1_gamepad_tracker.html#a4bd31da630a472c745c883d005f263c8">gf::GamepadTracker::processEvent</a></div><div class="ttdeci">void processEvent(const Event &event)</div><div class="ttdoc">Process an event.</div></div>
<div class="ttc" id="aclassgf_1_1_gamepad_tracker_html_aa25ff6993492827eef542a3f7b5a7771"><div class="ttname"><a href="classgf_1_1_gamepad_tracker.html#aa25ff6993492827eef542a3f7b5a7771">gf::GamepadTracker::GamepadTracker</a></div><div class="ttdeci">GamepadTracker()</div><div class="ttdoc">Constructor.</div></div>
<div class="ttc" id="agroup__core__cells_html_gga130ad1f67ada23f98944b2351e8717aca02129bb861061d1a052c592e2dc6b383"><div class="ttname"><a href="group__core__cells.html#gga130ad1f67ada23f98944b2351e8717aca02129bb861061d1a052c592e2dc6b383">gf::CellAxis::X</a></div><div class="ttdeci">@ X</div><div class="ttdoc">The x cell axis.</div></div>
<div class="ttc" id="agroup__core__cells_html_gga130ad1f67ada23f98944b2351e8717aca57cec4137b614c87cb4e24a3d003a3e0"><div class="ttname"><a href="group__core__cells.html#gga130ad1f67ada23f98944b2351e8717aca57cec4137b614c87cb4e24a3d003a3e0">gf::CellAxis::Y</a></div><div class="ttdeci">@ Y</div><div class="ttdoc">The y cell axis.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_ga11c9d24ca72015b03cec48ec595bafb3"><div class="ttname"><a href="group__graphics__devices.html#ga11c9d24ca72015b03cec48ec595bafb3">gf::GamepadId</a></div><div class="ttdeci">GamepadId</div><div class="ttdoc">A gamepad identifier.</div><div class="ttdef"><b>Definition:</b> Gamepad.h:123</div></div>
<div class="ttc" id="agroup__graphics__devices_html_ga40276d90e4e5efa68433fd9040c08b86"><div class="ttname"><a href="group__graphics__devices.html#ga40276d90e4e5efa68433fd9040c08b86">gf::GamepadAxis</a></div><div class="ttdeci">GamepadAxis</div><div class="ttdoc">The gamepad axis.</div><div class="ttdef"><b>Definition:</b> Gamepad.h:71</div></div>
<div class="ttc" id="agroup__graphics__devices_html_ga61472074647b55bcb1e5ec86f466e847"><div class="ttname"><a href="group__graphics__devices.html#ga61472074647b55bcb1e5ec86f466e847">gf::AnyGamepad</a></div><div class="ttdeci">constexpr GamepadId AnyGamepad</div><div class="ttdoc">A special identifier for all gamepads.</div><div class="ttdef"><b>Definition:</b> Gamepad.h:138</div></div>
<div class="ttc" id="agroup__graphics__devices_html_ga66e2d144e71b76a0499edc3d0a68529f"><div class="ttname"><a href="group__graphics__devices.html#ga66e2d144e71b76a0499edc3d0a68529f">gf::GamepadButton</a></div><div class="ttdeci">GamepadButton</div><div class="ttdoc">The gamepad buttons.</div><div class="ttdef"><b>Definition:</b> Gamepad.h:43</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gab3aed9942f731ce33866e921d443c5ee"><div class="ttname"><a href="group__graphics__devices.html#gab3aed9942f731ce33866e921d443c5ee">gf::GamepadHwId</a></div><div class="ttdeci">GamepadHwId</div><div class="ttdoc">A gamepad hardware identifier.</div><div class="ttdef"><b>Definition:</b> Gamepad.h:106</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gac51b68f03b85350446f51a932fc20de3"><div class="ttname"><a href="group__graphics__devices.html#gac51b68f03b85350446f51a932fc20de3">gf::GamepadAxisDirection</a></div><div class="ttdeci">GamepadAxisDirection</div><div class="ttdoc">A gamepad axis direction.</div><div class="ttdef"><b>Definition:</b> Gamepad.h:89</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga40276d90e4e5efa68433fd9040c08b86a482d1c1190728d3c4be1ffcbcce2dd49"><div class="ttname"><a href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86a482d1c1190728d3c4be1ffcbcce2dd49">gf::GamepadAxis::TriggerLeft</a></div><div class="ttdeci">@ TriggerLeft</div><div class="ttdoc">The left trigger axis.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga40276d90e4e5efa68433fd9040c08b86a82dbfad1d5cd42e420ca679ff68bd0a0"><div class="ttname"><a href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86a82dbfad1d5cd42e420ca679ff68bd0a0">gf::GamepadAxis::TriggerRight</a></div><div class="ttdeci">@ TriggerRight</div><div class="ttdoc">The right trigger axis.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga40276d90e4e5efa68433fd9040c08b86aabe4297ac7e7b4b9dec427c6f8e65708"><div class="ttname"><a href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86aabe4297ac7e7b4b9dec427c6f8e65708">gf::GamepadAxis::LeftY</a></div><div class="ttdeci">@ LeftY</div><div class="ttdoc">The left stick Y axis.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga40276d90e4e5efa68433fd9040c08b86acc8c4dd7729fa8d6a4a56bdb6109b480"><div class="ttname"><a href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86acc8c4dd7729fa8d6a4a56bdb6109b480">gf::GamepadAxis::LeftX</a></div><div class="ttdeci">@ LeftX</div><div class="ttdoc">The left stick X axis.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga40276d90e4e5efa68433fd9040c08b86af65093a3b6fbe7ca323cdd462c394ca6"><div class="ttname"><a href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86af65093a3b6fbe7ca323cdd462c394ca6">gf::GamepadAxis::RightX</a></div><div class="ttdeci">@ RightX</div><div class="ttdoc">The right stick X axis.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga40276d90e4e5efa68433fd9040c08b86afcca84f800ce96085bd389237137ecc3"><div class="ttname"><a href="group__graphics__devices.html#gga40276d90e4e5efa68433fd9040c08b86afcca84f800ce96085bd389237137ecc3">gf::GamepadAxis::RightY</a></div><div class="ttdeci">@ RightY</div><div class="ttdoc">The right stick Y axis.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa0557fa923dcee4d0f86b1409f5c2167f"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa0557fa923dcee4d0f86b1409f5c2167f">gf::GamepadButton::Back</a></div><div class="ttdeci">@ Back</div><div class="ttdoc">The Back button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa1afff4bd4c22275dff273ca6f01952f1"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa1afff4bd4c22275dff273ca6f01952f1">gf::GamepadButton::DPadLeft</a></div><div class="ttdeci">@ DPadLeft</div><div class="ttdoc">The directional pad left button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa4bbb8f967da6d1a610596d7257179c2b"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa4bbb8f967da6d1a610596d7257179c2b">gf::GamepadButton::Invalid</a></div><div class="ttdeci">@ Invalid</div><div class="ttdoc">Invalid button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa509b4eb4dd040194b2aa506683ccfbad"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa509b4eb4dd040194b2aa506683ccfbad">gf::GamepadButton::RightBumper</a></div><div class="ttdeci">@ RightBumper</div><div class="ttdoc">The right bumper button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa6602bbeb2956c035fb4cb5e844a4861b"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa6602bbeb2956c035fb4cb5e844a4861b">gf::GamepadButton::Guide</a></div><div class="ttdeci">@ Guide</div><div class="ttdoc">The Guide button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa6e53ad4e24c7b597e15b2193883bf7f2"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa6e53ad4e24c7b597e15b2193883bf7f2">gf::GamepadButton::DPadUp</a></div><div class="ttdeci">@ DPadUp</div><div class="ttdoc">The directional pad up button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa78dfae506443f078a68242fa3989e7d2"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa78dfae506443f078a68242fa3989e7d2">gf::GamepadButton::LeftStick</a></div><div class="ttdeci">@ LeftStick</div><div class="ttdoc">The left stick button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa7fc56270e7a70fa81a5935b72eacbe29"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa7fc56270e7a70fa81a5935b72eacbe29">gf::GamepadButton::A</a></div><div class="ttdeci">@ A</div><div class="ttdoc">The A button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa826b0ea5950d9f05469d6f3ded8b570f"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa826b0ea5950d9f05469d6f3ded8b570f">gf::GamepadButton::DPadDown</a></div><div class="ttdeci">@ DPadDown</div><div class="ttdoc">The directional pad down button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa8e2f56dca504cbbdf54b6ba95989aed7"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa8e2f56dca504cbbdf54b6ba95989aed7">gf::GamepadButton::RightStick</a></div><div class="ttdeci">@ RightStick</div><div class="ttdoc">The right stick button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa91aac15641d2e4fce8e8aef22a4ce4c7"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa91aac15641d2e4fce8e8aef22a4ce4c7">gf::GamepadButton::LeftBumper</a></div><div class="ttdeci">@ LeftBumper</div><div class="ttdoc">The left bumper button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529fa9d5ed678fe57bcca610140957afab571"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529fa9d5ed678fe57bcca610140957afab571">gf::GamepadButton::B</a></div><div class="ttdeci">@ B</div><div class="ttdoc">The B button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529faa6122a65eaa676f700ae68d393054a37"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529faa6122a65eaa676f700ae68d393054a37">gf::GamepadButton::Start</a></div><div class="ttdeci">@ Start</div><div class="ttdoc">The Start button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_gga66e2d144e71b76a0499edc3d0a68529faee57d4f85b132ca155ad4f77e71b7df1"><div class="ttname"><a href="group__graphics__devices.html#gga66e2d144e71b76a0499edc3d0a68529faee57d4f85b132ca155ad4f77e71b7df1">gf::GamepadButton::DPadRight</a></div><div class="ttdeci">@ DPadRight</div><div class="ttdoc">The directional pad right button.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_ggac51b68f03b85350446f51a932fc20de3a3289297424e01eda5b788c083bbf3147"><div class="ttname"><a href="group__graphics__devices.html#ggac51b68f03b85350446f51a932fc20de3a3289297424e01eda5b788c083bbf3147">gf::GamepadAxisDirection::Positive</a></div><div class="ttdeci">@ Positive</div><div class="ttdoc">Positive direction of the axis.</div></div>
<div class="ttc" id="agroup__graphics__devices_html_ggac51b68f03b85350446f51a932fc20de3affb9356ff2b7da85c75c92fa7ea03b8b"><div class="ttname"><a href="group__graphics__devices.html#ggac51b68f03b85350446f51a932fc20de3affb9356ff2b7da85c75c92fa7ea03b8b">gf::GamepadAxisDirection::Negative</a></div><div class="ttdeci">@ Negative</div><div class="ttdoc">Negative direction of the axis.</div></div>
<div class="ttc" id="anamespacegf_html"><div class="ttname"><a href="namespacegf.html">gf</a></div><div class="ttdoc">The namespace for gf classes.</div></div>
<div class="ttc" id="astructgf_1_1_event_html"><div class="ttname"><a href="structgf_1_1_event.html">gf::Event</a></div><div class="ttdoc">Defines a system event and its parameters.</div><div class="ttdef"><b>Definition:</b> Event.h:224</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.3
</small></address>
</body>
</html>