mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-21 17:34:47 -05:00
757 lines
169 KiB
HTML
757 lines
169 KiB
HTML
<!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" lang="en-US">
|
|
<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.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>wut: /home/runner/work/wut/wut/include/vpad/input.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>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.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="projectalign">
|
|
<div id="projectname">wut<span id="projectnumber"> v1.9.1</span>
|
|
</div>
|
|
<div id="projectbrief">Wii U Toolchain</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<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('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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_8db162f2631b6d2e1d7ddb02491f4cfc.html">vpad</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">input.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="input_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#pragma once</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#include <<a class="code" href="wut_8h.html">wut.h</a>></span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include <<a class="code" href="base_8h.html">vpadbase/base.h</a>></span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#ifdef __cplusplus</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae231e035d828f8b5fd115ccd9cb0dc10"> 15</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a> <a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a>;</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga4787c1a9ee9827011be6d89e6162aeb3"> 16</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a> <a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a>;</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga5f500d1dfd43728b91e8379ead591caa"> 17</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_typedef" href="group__vpad__input.html#ga5f500d1dfd43728b91e8379ead591caa">VPADGyroStatus</a> <a class="code hl_typedef" href="group__vpad__input.html#ga5f500d1dfd43728b91e8379ead591caa">VPADGyroStatus</a>;</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gabbc31ad611e782924cfaf0f2381ba419"> 18</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a> <a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>;</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga008a8524594024f17b4312f0481529ec"> 19</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a>;</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga6752157ac359524b5bacca3a365ced48"> 20</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a>;</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga0668ab896b9463069d53a90ae8367b14"> 21</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a>;</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga2c6abf11f9fe25d883caa7ea87f01a58"> 22</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a>;</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
|
|
<div class="foldopen" id="foldopen00025" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gac0151a3ca71aa0781a396a89430654a7"> 25</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="group__vpad__input.html#gac0151a3ca71aa0781a396a89430654a7">VPADButtons</a></div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span>{</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aa9f0cf31a42425406ba7450bac8e5004"> 28</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aa9f0cf31a42425406ba7450bac8e5004">VPAD_BUTTON_A</a> = 0x8000,</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a2cb5897a4f78ccca6b40a4790d0cb3b0"> 30</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a2cb5897a4f78ccca6b40a4790d0cb3b0">VPAD_BUTTON_B</a> = 0x4000,</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a0726180b506999766e4c21f5369aa298"> 32</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a0726180b506999766e4c21f5369aa298">VPAD_BUTTON_X</a> = 0x2000,</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7abb5726dcc77156b83986cb4e7bc5f302"> 34</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7abb5726dcc77156b83986cb4e7bc5f302">VPAD_BUTTON_Y</a> = 0x1000,</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a7559333c6db9a5b64118ae18bd147cfd"> 36</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a7559333c6db9a5b64118ae18bd147cfd">VPAD_BUTTON_LEFT</a> = 0x0800,</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae490e07215cb700834c2391aa219424d"> 38</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae490e07215cb700834c2391aa219424d">VPAD_BUTTON_RIGHT</a> = 0x0400,</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aa8cec515f38b84b3a065f8dd74e72c6f"> 40</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aa8cec515f38b84b3a065f8dd74e72c6f">VPAD_BUTTON_UP</a> = 0x0200,</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7af4b6e1b8a7a9d70f83b167b5ae202d15"> 42</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7af4b6e1b8a7a9d70f83b167b5ae202d15">VPAD_BUTTON_DOWN</a> = 0x0100,</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a685be0eea98a2c3d01c59a4108b6b7cd"> 44</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a685be0eea98a2c3d01c59a4108b6b7cd">VPAD_BUTTON_ZL</a> = 0x0080,</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a5c1212fba5da325072a457fe1ae8b137"> 46</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a5c1212fba5da325072a457fe1ae8b137">VPAD_BUTTON_ZR</a> = 0x0040,</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a30e629dd1482349aadadbc8defba5751"> 48</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a30e629dd1482349aadadbc8defba5751">VPAD_BUTTON_L</a> = 0x0020,</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aba30456e570be26a8f000b769b32b93b"> 50</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aba30456e570be26a8f000b769b32b93b">VPAD_BUTTON_R</a> = 0x0010,</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a45157210a7f255029f5896602602c977"> 52</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a45157210a7f255029f5896602602c977">VPAD_BUTTON_PLUS</a> = 0x0008,</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a9f53601a5a13ea50b724acc012f9a90d"> 54</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a9f53601a5a13ea50b724acc012f9a90d">VPAD_BUTTON_MINUS</a> = 0x0004,</div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7abcae6fb514fff74373e2d68c10fa31da"> 56</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7abcae6fb514fff74373e2d68c10fa31da">VPAD_BUTTON_HOME</a> = 0x0002,</div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a2922fce68aeb79dcda849f27c0d88359"> 58</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a2922fce68aeb79dcda849f27c0d88359">VPAD_BUTTON_SYNC</a> = 0x0001,</div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7af69bb82ff5f117a6e0d058bb4ddc8c32"> 60</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7af69bb82ff5f117a6e0d058bb4ddc8c32">VPAD_BUTTON_STICK_R</a> = 0x00020000,</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a3ba3a77856f6712072212358efa85b82"> 62</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a3ba3a77856f6712072212358efa85b82">VPAD_BUTTON_STICK_L</a> = 0x00040000,</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aeefb3a7d82d8e5cc316a0aa2077777dc"> 64</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aeefb3a7d82d8e5cc316a0aa2077777dc">VPAD_BUTTON_TV</a> = 0x00010000,</div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae4dfa4b525c2c148c71eeedb234840ef"> 66</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae4dfa4b525c2c148c71eeedb234840ef">VPAD_STICK_R_EMULATION_LEFT</a> = 0x04000000,</div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a142ac279d05ad6b68ec267c3f97093fc"> 68</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a142ac279d05ad6b68ec267c3f97093fc">VPAD_STICK_R_EMULATION_RIGHT</a> = 0x02000000,</div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae73f3a1a7f209dd36f977b6ce4034d3b"> 70</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae73f3a1a7f209dd36f977b6ce4034d3b">VPAD_STICK_R_EMULATION_UP</a> = 0x01000000,</div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ad6163663258bd9064f3ca7c54bf500f8"> 72</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ad6163663258bd9064f3ca7c54bf500f8">VPAD_STICK_R_EMULATION_DOWN</a> = 0x00800000,</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a9b7e4810ab0955f4e31bdd8442cdb5c1"> 74</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a9b7e4810ab0955f4e31bdd8442cdb5c1">VPAD_STICK_L_EMULATION_LEFT</a> = 0x40000000,</div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a18c7cc6f5d0bfb7715e910b11cff7d4d"> 76</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a18c7cc6f5d0bfb7715e910b11cff7d4d">VPAD_STICK_L_EMULATION_RIGHT</a> = 0x20000000,</div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a8e92acb6725689c04dbdc166cd18a608"> 78</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a8e92acb6725689c04dbdc166cd18a608">VPAD_STICK_L_EMULATION_UP</a> = 0x10000000,</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7adf88e67cd5663cf270647adbdfe93a64"> 80</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7adf88e67cd5663cf270647adbdfe93a64">VPAD_STICK_L_EMULATION_DOWN</a> = 0x08000000,</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaa6832037e21d5102df7a57d4adf06df0"> 81</a></span>} <a class="code hl_enumeration" href="group__vpad__input.html#gac0151a3ca71aa0781a396a89430654a7">VPADButtons</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
|
|
<div class="foldopen" id="foldopen00084" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga11fffe32865d0edf0105ed06d9f6a83b"> 84</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="group__vpad__input.html#ga11fffe32865d0edf0105ed06d9f6a83b">VPADTouchPadValidity</a></div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span>{</div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83ba8dab5b44fcb8960f31755aad7d604fb4"> 87</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83ba8dab5b44fcb8960f31755aad7d604fb4">VPAD_VALID</a> = 0x0,</div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83ba6183822519074fab2f147af05c4eb08f"> 90</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83ba6183822519074fab2f147af05c4eb08f">VPAD_INVALID_X</a> = 0x1,</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83bafafc93d5b8b45e047f903dbb28d5ec71"> 93</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83bafafc93d5b8b45e047f903dbb28d5ec71">VPAD_INVALID_Y</a> = 0x2,</div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga9ed299e261f745f16d1e97a0ec677811"> 94</a></span>} <a class="code hl_enumeration" href="group__vpad__input.html#ga11fffe32865d0edf0105ed06d9f6a83b">VPADTouchPadValidity</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
|
|
<div class="foldopen" id="foldopen00097" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga953546612efe2b0e829e7bff28881239"> 97</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="group__vpad__input.html#ga953546612efe2b0e829e7bff28881239">VPADTouchPadResolution</a></div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span>{</div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239a4a817513ef9a768b9c7269865553cb6b"> 100</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239a4a817513ef9a768b9c7269865553cb6b">VPAD_TP_1920X1080</a> = 0,</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239ac7e2388667a30a9bdca39feb65389163"> 102</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239ac7e2388667a30a9bdca39feb65389163">VPAD_TP_1280X720</a> = 1,</div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239aac586dfff15cbb14a0e42bf7cd859cfc"> 104</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239aac586dfff15cbb14a0e42bf7cd859cfc">VPAD_TP_854X480</a> = 2,</div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaa0f78dfd75ec9eff9ac5ebf28cbefcff"> 105</a></span>} <a class="code hl_enumeration" href="group__vpad__input.html#ga953546612efe2b0e829e7bff28881239">VPADTouchPadResolution</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div>
|
|
<div class="foldopen" id="foldopen00108" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaff1e94081b12bc485c6613eb94daccea"> 108</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="group__vpad__input.html#gaff1e94081b12bc485c6613eb94daccea">VPADReadError</a></div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span>{</div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa009842922eecb00fa574cf5d430a940c"> 111</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa009842922eecb00fa574cf5d430a940c">VPAD_READ_SUCCESS</a> = 0,</div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa47af1baa0e4e675635b6f3f92526e4c7"> 113</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa47af1baa0e4e675635b6f3f92526e4c7">VPAD_READ_NO_SAMPLES</a> = -1,</div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaaa8c83003c07c4ab2ce87aff505f913b2"> 115</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaaa8c83003c07c4ab2ce87aff505f913b2">VPAD_READ_INVALID_CONTROLLER</a> = -2,</div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa0702411dc5d2befa1ce651dfa7fcbacb"> 117</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa0702411dc5d2befa1ce651dfa7fcbacb">VPAD_READ_BUSY</a> = -4,</div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa5c00ee3b837989e1249045f14443ac87"> 119</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa5c00ee3b837989e1249045f14443ac87">VPAD_READ_UNINITIALIZED</a> = -5,</div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga48a441772625ba08367bf86d8a93262c"> 120</a></span>} <a class="code hl_enumeration" href="group__vpad__input.html#gaff1e94081b12bc485c6613eb94daccea">VPADReadError</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> </div>
|
|
<div class="foldopen" id="foldopen00123" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga46a82f660292f1284a8eff20015e2528"> 123</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="group__vpad__input.html#ga46a82f660292f1284a8eff20015e2528">VPADLcdMode</a></div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span>{</div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528a6c6a8b9e6dcdcfad3a41965c966c1e29"> 126</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528a6c6a8b9e6dcdcfad3a41965c966c1e29">VPAD_LCD_STANDBY</a> = 0,</div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528aa2d98375b2a4de61559b873f5060713f"> 128</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528aa2d98375b2a4de61559b873f5060713f">VPAD_LCD_OFF</a> = 1,</div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528a3df644e7136ebd91e216138edc819124"> 130</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528a3df644e7136ebd91e216138edc819124">VPAD_LCD_ON</a> = 0xFF,</div>
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga8f9285ca0640fa17e71b6649d823f003"> 131</a></span>} <a class="code hl_enumeration" href="group__vpad__input.html#ga46a82f660292f1284a8eff20015e2528">VPADLcdMode</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div>
|
|
<div class="foldopen" id="foldopen00134" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gad449624afcae0c1a945da3010284f918"> 134</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="group__vpad__input.html#gad449624afcae0c1a945da3010284f918">VPADGyroZeroDriftMode</a></div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span>{</div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918ac9c1914ff80319935df5586273bcd521"> 136</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918ac9c1914ff80319935df5586273bcd521">VPAD_GYRO_ZERODRIFT_LOOSE</a> = 0,</div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a1fd48fc8d9802c11b26fa0d94fe686ba"> 137</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a1fd48fc8d9802c11b26fa0d94fe686ba">VPAD_GYRO_ZERODRIFT_STANDARD</a>,</div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a5b38232e35b56513877fe8d8e91c456f"> 138</a></span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a5b38232e35b56513877fe8d8e91c456f">VPAD_GYRO_ZERODRIFT_TIGHT</a>,</div>
|
|
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <a class="code hl_enumvalue" href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a2a28e2f44e5dfdfbcc8337ba2755ad50">VPAD_GYRO_ZERODRIFT_NONE</a></div>
|
|
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a2a28e2f44e5dfdfbcc8337ba2755ad50"> 140</a></span>} <a class="code hl_enumeration" href="group__vpad__input.html#gad449624afcae0c1a945da3010284f918">VPADGyroZeroDriftMode</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> </div>
|
|
<div class="foldopen" id="foldopen00143" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="group__vpad__input.html"> 143</a></span><span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a></div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span>{</div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ad0da36b2558901e21e7a30f6c227a45e"> 146</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#ad0da36b2558901e21e7a30f6c227a45e">x</a>;</div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="group__vpad__input.html#aa4f0d3eebc3c443f9be81bf48561a217"> 148</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#aa4f0d3eebc3c443f9be81bf48561a217">y</a>;</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a>, 0x00, x);</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a>, 0x04, y);</div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span>WUT_CHECK_SIZE(<a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a>, 0x08);</div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> </div>
|
|
<div class="foldopen" id="foldopen00155" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"><a class="line" href="group__vpad__input.html"> 155</a></span><span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a></div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span>{</div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ad0da36b2558901e21e7a30f6c227a45e"> 158</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#ad0da36b2558901e21e7a30f6c227a45e">x</a>;</div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="group__vpad__input.html#aa4f0d3eebc3c443f9be81bf48561a217"> 160</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#aa4f0d3eebc3c443f9be81bf48561a217">y</a>;</div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="group__vpad__input.html#af73583b1e980b0aa03f9884812e9fd4d"> 162</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#af73583b1e980b0aa03f9884812e9fd4d">z</a>;</div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a>, 0x00, x);</div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a>, 0x04, y);</div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a>, 0x08, z);</div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span>WUT_CHECK_SIZE(<a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a>, 0x0C);</div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> </div>
|
|
<div class="foldopen" id="foldopen00170" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"><a class="line" href="group__vpad__input.html"> 170</a></span><span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a></div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span>{</div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ae582e26bc518bcdfb31cc20277a1ba50"> 173</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a> <a class="code hl_variable" href="group__vpad__input.html#ae582e26bc518bcdfb31cc20277a1ba50">x</a>;</div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a10e6989a699c79c60601491af7f339d6"> 175</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a> <a class="code hl_variable" href="group__vpad__input.html#a10e6989a699c79c60601491af7f339d6">y</a>;</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ac7b92ff6c19a74cd7cfb6a0d8ee16890"> 177</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a> <a class="code hl_variable" href="group__vpad__input.html#ac7b92ff6c19a74cd7cfb6a0d8ee16890">z</a>;</div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a>, 0x00, x);</div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a>, 0x0C, y);</div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a>, 0x18, z);</div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span>WUT_CHECK_SIZE(<a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a>, 0x24);</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> </div>
|
|
<div class="foldopen" id="foldopen00185" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="group__vpad__input.html"> 185</a></span><span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a></div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span>{</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a50d6812788ea68a47b2859fccdcb62dc"> 188</a></span> uint16_t <a class="code hl_variable" href="group__vpad__input.html#a50d6812788ea68a47b2859fccdcb62dc">adjustX</a>;</div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a743e83022e40d450dc215523cf981620"> 190</a></span> uint16_t <a class="code hl_variable" href="group__vpad__input.html#a743e83022e40d450dc215523cf981620">adjustY</a>;</div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ae00276b6a2bfac0f77e72563c235c4b6"> 192</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#ae00276b6a2bfac0f77e72563c235c4b6">scaleX</a>;</div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a1ed1187bc65f528463e5464817b4a870"> 194</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#a1ed1187bc65f528463e5464817b4a870">scaleY</a>;</div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a>, 0x00, adjustX);</div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a>, 0x02, adjustY);</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a>, 0x04, scaleX);</div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a>, 0x08, scaleY);</div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span>WUT_CHECK_SIZE(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a>, 0x0C);</div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div>
|
|
<div class="foldopen" id="foldopen00203" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"><a class="line" href="group__vpad__input.html"> 203</a></span><span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a></div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span>{</div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a4dde988b1b2adba65ae3efa69f65d960"> 206</a></span> uint16_t <a class="code hl_variable" href="group__vpad__input.html#a4dde988b1b2adba65ae3efa69f65d960">x</a>;</div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ab0580f504a7428539be299fa71565f30"> 208</a></span> uint16_t <a class="code hl_variable" href="group__vpad__input.html#ab0580f504a7428539be299fa71565f30">y</a>;</div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> </div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a2d04b5b2f96f4f7a58a3648a9d234d12"> 211</a></span> uint16_t <a class="code hl_variable" href="group__vpad__input.html#a2d04b5b2f96f4f7a58a3648a9d234d12">touched</a>;</div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> </div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a2520a08e3f52e40fa9e8688ffd5bc640"> 214</a></span> uint16_t <a class="code hl_variable" href="group__vpad__input.html#a2520a08e3f52e40fa9e8688ffd5bc640">validity</a>;</div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a>, 0x00, x);</div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a>, 0x02, y);</div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a>, 0x04, touched);</div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a>, 0x06, validity);</div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span>WUT_CHECK_SIZE(<a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a>, 0x08);</div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> </div>
|
|
<div class="foldopen" id="foldopen00222" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"><a class="line" href="group__vpad__input.html"> 222</a></span><span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a></div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span>{</div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ad4ec63d26698fc1a433d58f1c6e6bb4d"> 224</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a> <a class="code hl_variable" href="group__vpad__input.html#ad4ec63d26698fc1a433d58f1c6e6bb4d">acc</a>;</div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a90598eb01c338f4bbab41ad4aab9fcc0"> 225</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#a90598eb01c338f4bbab41ad4aab9fcc0">magnitude</a>;</div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a7010cdccfed0200584ad63025d0f1a5d"> 226</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="group__vpad__input.html#a7010cdccfed0200584ad63025d0f1a5d">variation</a>;</div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"><a class="line" href="group__vpad__input.html#aa2288e54bdbe70a4cf7f46a743f76248"> 227</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a> <a class="code hl_variable" href="group__vpad__input.html#aa2288e54bdbe70a4cf7f46a743f76248">vertical</a>;</div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a>, 0x00, acc);</div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a>, 0x0C, magnitude);</div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a>, 0x10, variation);</div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a>, 0x14, vertical);</div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span>WUT_CHECK_SIZE(<a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a>, 0x1c);</div>
|
|
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> </div>
|
|
<div class="foldopen" id="foldopen00235" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"><a class="line" href="group__vpad__input.html"> 235</a></span><span class="keyword">struct </span><a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a></div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span>{</div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a640685c2285e7b8a348fff1e0332d0bf"> 238</a></span> uint32_t <a class="code hl_variable" href="group__vpad__input.html#a640685c2285e7b8a348fff1e0332d0bf">hold</a>;</div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> </div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"><a class="line" href="group__vpad__input.html#acd87cb9526a15b75a88488a2fb33b322"> 241</a></span> uint32_t <a class="code hl_variable" href="group__vpad__input.html#acd87cb9526a15b75a88488a2fb33b322">trigger</a>;</div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> </div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"><a class="line" href="group__vpad__input.html#aa892f9b747303e5e8a7d81d08f2fff7c"> 244</a></span> uint32_t <a class="code hl_variable" href="group__vpad__input.html#aa892f9b747303e5e8a7d81d08f2fff7c">release</a>;</div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> </div>
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"><a class="line" href="group__vpad__input.html#adfead462485b081623813b4ef9194503"> 247</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a> <a class="code hl_variable" href="group__vpad__input.html#adfead462485b081623813b4ef9194503">leftStick</a>;</div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> </div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a3137302b1b8edd4f24298401950ac101"> 250</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a> <a class="code hl_variable" href="group__vpad__input.html#a3137302b1b8edd4f24298401950ac101">rightStick</a>;</div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> </div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a0c1f89f2717c84bc631b11ccbdca4341"> 253</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a> <a class="code hl_variable" href="group__vpad__input.html#a0c1f89f2717c84bc631b11ccbdca4341">accelorometer</a>;</div>
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> </div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"><a class="line" href="group__vpad__input.html#aad7d7453ad38e5fbfa2cd36160c73dfa"> 256</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a> <a class="code hl_variable" href="group__vpad__input.html#aad7d7453ad38e5fbfa2cd36160c73dfa">gyro</a>;</div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> </div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ad15049ce108bf286de255dd69dbef395"> 259</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a> <a class="code hl_variable" href="group__vpad__input.html#ad15049ce108bf286de255dd69dbef395">angle</a>;</div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> </div>
|
|
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="group__vpad__input.html#adc64ccb7538429fe78e3fe0139267370"> 261</a></span> uint8_t <a class="code hl_variable" href="group__vpad__input.html#adc64ccb7538429fe78e3fe0139267370">error</a>;</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> WUT_UNKNOWN_BYTES(0x01);</div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> </div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a38226b4c00245f814a99782169606840"> 266</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a> <a class="code hl_variable" href="group__vpad__input.html#a38226b4c00245f814a99782169606840">tpNormal</a>;</div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> </div>
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ab448e82cac76157b1913f8de24e9179d"> 269</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a> <a class="code hl_variable" href="group__vpad__input.html#ab448e82cac76157b1913f8de24e9179d">tpFiltered1</a>;</div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> </div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ae2f07a10e1e92fb981cfe6ba24ccd4e5"> 272</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a> <a class="code hl_variable" href="group__vpad__input.html#ae2f07a10e1e92fb981cfe6ba24ccd4e5">tpFiltered2</a>;</div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> </div>
|
|
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> WUT_UNKNOWN_BYTES(0x02);</div>
|
|
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> </div>
|
|
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"><a class="line" href="group__vpad__input.html#afd07cc52d7a26eca9be566e87fd21356"> 276</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a> <a class="code hl_variable" href="group__vpad__input.html#afd07cc52d7a26eca9be566e87fd21356">direction</a>;</div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> </div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"><a class="line" href="group__vpad__input.html#aa98d79dfdbe69a2e73f32b96a37d4aac"> 279</a></span> <a class="code hl_typedef" href="wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372">BOOL</a> <a class="code hl_variable" href="group__vpad__input.html#aa98d79dfdbe69a2e73f32b96a37d4aac">usingHeadphones</a>;</div>
|
|
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> </div>
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a4bdb9f37c7c9b4544422ca75eb95744c"> 282</a></span> <a class="code hl_struct" href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a> <a class="code hl_variable" href="group__vpad__input.html#a4bdb9f37c7c9b4544422ca75eb95744c">mag</a>;</div>
|
|
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> </div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ae9147519b1eca4f2386ce1f76eab3109"> 285</a></span> uint8_t <a class="code hl_variable" href="group__vpad__input.html#ae9147519b1eca4f2386ce1f76eab3109">slideVolume</a>;</div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> </div>
|
|
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a89e04157c4e1f65c9ab63bffa365c8a6"> 288</a></span> uint8_t <a class="code hl_variable" href="group__vpad__input.html#a89e04157c4e1f65c9ab63bffa365c8a6">battery</a>;</div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> </div>
|
|
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a1697ede5b3ea81363d50dd87fee0a106"> 291</a></span> uint8_t <a class="code hl_variable" href="group__vpad__input.html#a1697ede5b3ea81363d50dd87fee0a106">micStatus</a>;</div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> </div>
|
|
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"><a class="line" href="group__vpad__input.html#a62b2a1af41e9cc89cce55fa5d1a4c849"> 294</a></span> uint8_t <a class="code hl_variable" href="group__vpad__input.html#a62b2a1af41e9cc89cce55fa5d1a4c849">slideVolumeEx</a>;</div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> </div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> WUT_UNKNOWN_BYTES(0x8);</div>
|
|
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x00, hold);</div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x04, trigger);</div>
|
|
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x08, release);</div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x0C, leftStick);</div>
|
|
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x14, rightStick);</div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x1C, accelorometer);</div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x38, gyro);</div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x44, angle);</div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x50, error);</div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x52, tpNormal);</div>
|
|
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x5A, tpFiltered1);</div>
|
|
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x62, tpFiltered2);</div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x6C, direction);</div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0x94, mag);</div>
|
|
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0xA0, slideVolume);</div>
|
|
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0xA1, battery);</div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0xA2, micStatus);</div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span>WUT_CHECK_OFFSET(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0xA3, slideVolumeEx);</div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span>WUT_CHECK_SIZE(<a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a>, 0xAC);</div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> </div>
|
|
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaccbf9f1ad96d153a85b28ee7d23c765e"> 318</a></span><span class="keyword">typedef</span> void (*<a class="code hl_typedef" href="group__vpad__input.html#gaccbf9f1ad96d153a85b28ee7d23c765e">VPADSamplingCallback</a>)(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> </div>
|
|
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaaf77a1c1971173f292d8ce3405bd434a"> 331</a></span><a class="code hl_function" href="group__vpad__input.html#gaaf77a1c1971173f292d8ce3405bd434a">VPADInit</a>();</div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> </div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga2adb90df46daa4609403879d381946a6"> 344</a></span><a class="code hl_function" href="group__vpad__input.html#ga2adb90df46daa4609403879d381946a6">VPADShutdown</a>();</div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> </div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span>int32_t</div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga2265b154ad3a6059dc05bda56c8471a6"> 376</a></span><a class="code hl_function" href="group__vpad__input.html#ga2265b154ad3a6059dc05bda56c8471a6">VPADRead</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADStatus">VPADStatus</a> *buffers,</div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> uint32_t count,</div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> <a class="code hl_enumeration" href="group__vpad__input.html#gaff1e94081b12bc485c6613eb94daccea">VPADReadError</a> *outError);</div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> </div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga50d07a1bd1bd749356d0b63c1c4313b5"> 395</a></span><a class="code hl_function" href="group__vpad__input.html#ga50d07a1bd1bd749356d0b63c1c4313b5">VPADGetTPCalibrationParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a> *outParam);</div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> </div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga8b2125a652039d4c79dd83222ac7950f"> 412</a></span><a class="code hl_function" href="group__vpad__input.html#ga8b2125a652039d4c79dd83222ac7950f">VPADSetTPCalibrationParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> <span class="keyword">const</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a> *param);</div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> </div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga0a66402c69c09d08367177d6c289bbb3"> 437</a></span><a class="code hl_function" href="group__vpad__input.html#ga0a66402c69c09d08367177d6c289bbb3">VPADGetTPCalibratedPoint</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a> *calibratedData,</div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> <span class="keyword">const</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a> *uncalibratedData);</div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> </div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga80de42c6ea7fde4ae6dc459e58dc80b2"> 464</a></span><a class="code hl_function" href="group__vpad__input.html#ga80de42c6ea7fde4ae6dc459e58dc80b2">VPADGetTPCalibratedPointEx</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> <a class="code hl_enumeration" href="group__vpad__input.html#ga953546612efe2b0e829e7bff28881239">VPADTouchPadResolution</a> tpResolution,</div>
|
|
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a> *calibratedData,</div>
|
|
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span> <span class="keyword">const</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a> *uncalibratedData);</div>
|
|
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> </div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga1fe790b96357df1fb680e5dd2740de25"> 470</a></span><a class="code hl_function" href="group__vpad__input.html#ga1fe790b96357df1fb680e5dd2740de25">VPADSetAccParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> <span class="keywordtype">float</span> playRadius,</div>
|
|
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> <span class="keywordtype">float</span> sensitivity);</div>
|
|
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> </div>
|
|
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gada2de4a8e39b5b6a07571d4e256a886d"> 475</a></span><a class="code hl_function" href="group__vpad__input.html#gada2de4a8e39b5b6a07571d4e256a886d">VPADGetAccParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> <span class="keywordtype">float</span> *outPlayRadius,</div>
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> <span class="keywordtype">float</span> *outSensitivity);</div>
|
|
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> </div>
|
|
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gac4a527368d7f70dc031b2f8cec2151ab"> 500</a></span><a class="code hl_function" href="group__vpad__input.html#gac4a527368d7f70dc031b2f8cec2151ab">VPADSetBtnRepeat</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span> <span class="keywordtype">float</span> delaySec,</div>
|
|
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span> <span class="keywordtype">float</span> pulseSec);</div>
|
|
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span> </div>
|
|
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga13b306aa9937ffabc5002fd012ad3eea"> 505</a></span><a class="code hl_function" href="group__vpad__input.html#ga13b306aa9937ffabc5002fd012ad3eea">VPADEnableStickCrossClamp</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span> </div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga0838cde10a54f417ec83cb4df46a79a0"> 508</a></span><a class="code hl_function" href="group__vpad__input.html#ga0838cde10a54f417ec83cb4df46a79a0">VPADDisableStickCrossClamp</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> </div>
|
|
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga14b8dbc27195bcee435b4a1a80b09442"> 511</a></span><a class="code hl_function" href="group__vpad__input.html#ga14b8dbc27195bcee435b4a1a80b09442">VPADSetLStickClampThreshold</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> int32_t max,</div>
|
|
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> int32_t min);</div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> </div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga5abd3bb90ee4446a65e11c1502b72656"> 516</a></span><a class="code hl_function" href="group__vpad__input.html#ga5abd3bb90ee4446a65e11c1502b72656">VPADSetRStickClampThreshold</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span> int32_t max,</div>
|
|
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span> int32_t min);</div>
|
|
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> </div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga3239a022521913255c91c4a421f4e6a8"> 521</a></span><a class="code hl_function" href="group__vpad__input.html#ga3239a022521913255c91c4a421f4e6a8">VPADGetGyroDirReviseParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span> <span class="keywordtype">float</span> *param);</div>
|
|
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span> </div>
|
|
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae6cc70ba76e18d44b9348032be5ee6f5"> 525</a></span><a class="code hl_function" href="group__vpad__input.html#gae6cc70ba76e18d44b9348032be5ee6f5">VPADGetGyroZeroDriftMode</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> <a class="code hl_enumeration" href="group__vpad__input.html#gad449624afcae0c1a945da3010284f918">VPADGyroZeroDriftMode</a> *mode);</div>
|
|
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> </div>
|
|
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaaab13528a4578cf5d8b31518feb93062"> 529</a></span><a class="code hl_function" href="group__vpad__input.html#gaaab13528a4578cf5d8b31518feb93062">VPADGetLStickClampThreshold</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> int32_t *max,</div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> int32_t *min);</div>
|
|
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> </div>
|
|
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaad36bec7024eb2035f5a2df7f6ade55b"> 534</a></span><a class="code hl_function" href="group__vpad__input.html#gaad36bec7024eb2035f5a2df7f6ade55b">VPADGetRStickClampThreshold</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> int32_t *max,</div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span> int32_t *min);</div>
|
|
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span> </div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga478fdfcb4b8f8efae74c1fb2d3b31923"> 539</a></span><a class="code hl_function" href="group__vpad__input.html#ga478fdfcb4b8f8efae74c1fb2d3b31923">VPADSetStickOrigin</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span> </div>
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaeec6057ffa8cb89431d86e7fd77caf77"> 542</a></span><a class="code hl_function" href="group__vpad__input.html#gaeec6057ffa8cb89431d86e7fd77caf77">VPADDisableLStickZeroClamp</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span> </div>
|
|
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga57a452b68dc152f7f2ee01e9dc0b33da"> 545</a></span><a class="code hl_function" href="group__vpad__input.html#ga57a452b68dc152f7f2ee01e9dc0b33da">VPADDisableRStickZeroClamp</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> </div>
|
|
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga3848e88a59ca66fcf63e2177d3878978"> 548</a></span><a class="code hl_function" href="group__vpad__input.html#ga3848e88a59ca66fcf63e2177d3878978">VPADEnableLStickZeroClamp</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> </div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaaf26b773b04b8ab81a7aca9b4cb96ada"> 551</a></span><a class="code hl_function" href="group__vpad__input.html#gaaf26b773b04b8ab81a7aca9b4cb96ada">VPADEnableRStickZeroClamp</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> </div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gac100a779dff2e1fc9ea2ea211d360640"> 554</a></span><a class="code hl_function" href="group__vpad__input.html#gac100a779dff2e1fc9ea2ea211d360640">VPADSetCrossStickEmulationParamsL</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> <span class="keywordtype">float</span> rotationDegree,</div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> <span class="keywordtype">float</span> range,</div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> <span class="keywordtype">float</span> radius);</div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> </div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga55bbd7a149d5fe3538c04e16d2fa7633"> 560</a></span><a class="code hl_function" href="group__vpad__input.html#ga55bbd7a149d5fe3538c04e16d2fa7633">VPADSetCrossStickEmulationParamsR</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> <span class="keywordtype">float</span> rotationDegree,</div>
|
|
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> <span class="keywordtype">float</span> range,</div>
|
|
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> <span class="keywordtype">float</span> radius);</div>
|
|
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> </div>
|
|
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga9453bf41ba77de4f52b67e7efbbd3590"> 566</a></span><a class="code hl_function" href="group__vpad__input.html#ga9453bf41ba77de4f52b67e7efbbd3590">VPADGetCrossStickEmulationParamsL</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> <span class="keywordtype">float</span> *outRotationDegree,</div>
|
|
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span> <span class="keywordtype">float</span> *outRange,</div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> <span class="keywordtype">float</span> *outRadius);</div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> </div>
|
|
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae0b1c6a993e3331d8bdbb0c2cbe98a8d"> 572</a></span><a class="code hl_function" href="group__vpad__input.html#gae0b1c6a993e3331d8bdbb0c2cbe98a8d">VPADGetCrossStickEmulationParamsR</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span> <span class="keywordtype">float</span> *outRotationDegree,</div>
|
|
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span> <span class="keywordtype">float</span> *outRange,</div>
|
|
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> <span class="keywordtype">float</span> *outRadius);</div>
|
|
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span> </div>
|
|
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae746767bdc4abb0393881b23af94a397"> 578</a></span><a class="code hl_function" href="group__vpad__input.html#gae746767bdc4abb0393881b23af94a397">VPADSetGyroAngle</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> <span class="keywordtype">float</span> ax,</div>
|
|
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> <span class="keywordtype">float</span> ay,</div>
|
|
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> <span class="keywordtype">float</span> az);</div>
|
|
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> </div>
|
|
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga60650231b65d9f90d85c3d1f73aeae3a"> 584</a></span><a class="code hl_function" href="group__vpad__input.html#ga60650231b65d9f90d85c3d1f73aeae3a">VPADSetGyroDirReviseBase</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a> *base);</div>
|
|
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> </div>
|
|
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga0775360462f17d5aee7c0f40e4a8d110"> 588</a></span><a class="code hl_function" href="group__vpad__input.html#ga0775360462f17d5aee7c0f40e4a8d110">VPADSetGyroDirReviseParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span> <span class="keywordtype">float</span> param);</div>
|
|
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"> 590</span> </div>
|
|
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae87ceecbf54bfa70ccbe81eabff07e64"> 592</a></span><a class="code hl_function" href="group__vpad__input.html#gae87ceecbf54bfa70ccbe81eabff07e64">VPADSetGyroDirection</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span> <a class="code hl_struct" href="group__vpad__input.html#structVPADDirection">VPADDirection</a> *dir);</div>
|
|
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> </div>
|
|
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae26021e9e40709cc7ebae78eae45f43a"> 596</a></span><a class="code hl_function" href="group__vpad__input.html#gae26021e9e40709cc7ebae78eae45f43a">VPADSetGyroDirectionMag</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"> 597</span> <span class="keywordtype">float</span> mag);</div>
|
|
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"> 598</span> </div>
|
|
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga2681ba9c7ffb6cb1c6f5230a32a09e62"> 600</a></span><a class="code hl_function" href="group__vpad__input.html#ga2681ba9c7ffb6cb1c6f5230a32a09e62">VPADSetGyroMagnification</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span> <span class="keywordtype">float</span> pitch,</div>
|
|
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span> <span class="keywordtype">float</span> yaw,</div>
|
|
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span> <span class="keywordtype">float</span> roll);</div>
|
|
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span> </div>
|
|
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga767cd81e460174bee34af53023a7a89c"> 606</a></span><a class="code hl_function" href="group__vpad__input.html#ga767cd81e460174bee34af53023a7a89c">VPADSetGyroZeroDriftMode</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span> <a class="code hl_enumeration" href="group__vpad__input.html#gad449624afcae0c1a945da3010284f918">VPADGyroZeroDriftMode</a> mode);</div>
|
|
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> </div>
|
|
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga32cce8c0453e67f28516422f01221e9a"> 610</a></span><a class="code hl_function" href="group__vpad__input.html#ga32cce8c0453e67f28516422f01221e9a">VPADEnableGyroZeroPlay</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> </div>
|
|
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga194ecae1d76ad7d85cc8b6650ce6580a"> 613</a></span><a class="code hl_function" href="group__vpad__input.html#ga194ecae1d76ad7d85cc8b6650ce6580a">VPADEnableGyroDirRevise</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span> </div>
|
|
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaf37a6316ccf9c29b48e408e9e098dee3"> 616</a></span><a class="code hl_function" href="group__vpad__input.html#gaf37a6316ccf9c29b48e408e9e098dee3">VPADEnableGyroAccRevise</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> </div>
|
|
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga3fa1380a8e13cea99729343184d07627"> 619</a></span><a class="code hl_function" href="group__vpad__input.html#ga3fa1380a8e13cea99729343184d07627">VPADDisableGyroZeroPlay</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"> 620</span> </div>
|
|
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga67bad6389bd3f2b3bac858282387bf04"> 622</a></span><a class="code hl_function" href="group__vpad__input.html#ga67bad6389bd3f2b3bac858282387bf04">VPADDisableGyroDirRevise</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> </div>
|
|
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gac51695d70de6e2c9cb686d320a91ae3c"> 625</a></span><a class="code hl_function" href="group__vpad__input.html#gac51695d70de6e2c9cb686d320a91ae3c">VPADDisableGyroAccRevise</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span> </div>
|
|
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span> </div>
|
|
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span><span class="keywordtype">float</span></div>
|
|
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga5e2f6387017360e6dc9d6d0ff392d1e8"> 629</a></span><a class="code hl_function" href="group__vpad__input.html#ga5e2f6387017360e6dc9d6d0ff392d1e8">VPADIsEnableGyroZeroPlay</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> </div>
|
|
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span><span class="keywordtype">float</span></div>
|
|
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga312af001772e2a2eac0a06374d433388"> 632</a></span><a class="code hl_function" href="group__vpad__input.html#ga312af001772e2a2eac0a06374d433388">VPADIsEnableGyroZeroDrift</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span> </div>
|
|
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span><span class="keywordtype">float</span></div>
|
|
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga8908c35249acac4787d857aa6434210b"> 635</a></span><a class="code hl_function" href="group__vpad__input.html#ga8908c35249acac4787d857aa6434210b">VPADIsEnableGyroDirRevise</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> </div>
|
|
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span><span class="keywordtype">float</span></div>
|
|
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae05c4bade4bd71b332bb915dbcb5fb56"> 638</a></span><a class="code hl_function" href="group__vpad__input.html#gae05c4bade4bd71b332bb915dbcb5fb56">VPADIsEnableGyroAccRevise</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span> </div>
|
|
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga504708a80ebfe0a582a56b79f13db8e5"> 641</a></span><a class="code hl_function" href="group__vpad__input.html#ga504708a80ebfe0a582a56b79f13db8e5">VPADSetGyroZeroPlayParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span> <span class="keywordtype">float</span> radius);</div>
|
|
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> </div>
|
|
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae55a614085c5265c37acbe38a754a742"> 645</a></span><a class="code hl_function" href="group__vpad__input.html#gae55a614085c5265c37acbe38a754a742">VPADInitGyroZeroPlayParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> </div>
|
|
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gae56bfa2d6f1cd4e902f36d17531b4adf"> 648</a></span><a class="code hl_function" href="group__vpad__input.html#gae56bfa2d6f1cd4e902f36d17531b4adf">VPADInitGyroDirReviseParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span> </div>
|
|
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga01adf9ba34a5e6fcc8f761f949e0f16b"> 651</a></span><a class="code hl_function" href="group__vpad__input.html#ga01adf9ba34a5e6fcc8f761f949e0f16b">VPADInitGyroAccReviseParam</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> </div>
|
|
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga3c61f03e3c322e5e421a918ae83b0911"> 654</a></span><a class="code hl_function" href="group__vpad__input.html#ga3c61f03e3c322e5e421a918ae83b0911">VPADStartGyroMagRevise</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span> </div>
|
|
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"> 656</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gac90d8bbcd3c1ab46a073c05a69594d15"> 657</a></span><a class="code hl_function" href="group__vpad__input.html#gac90d8bbcd3c1ab46a073c05a69594d15">VPADStopGyroMagRevise</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span> </div>
|
|
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"> 669</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga792abfc47568176860a10da0b649c396"> 670</a></span><a class="code hl_function" href="group__vpad__input.html#ga792abfc47568176860a10da0b649c396">VPADInitGyroZeroDriftMode</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"> 671</span> </div>
|
|
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"> 685</span><a class="code hl_typedef" href="wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372">BOOL</a></div>
|
|
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaf50a715851601f9454f37f58ab07a538"> 686</a></span><a class="code hl_function" href="group__vpad__input.html#gaf50a715851601f9454f37f58ab07a538">VPADGetTVMenuStatus</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"> 687</span> </div>
|
|
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"> 701</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaf8a7e506da7d6bd4c5d0f95dcab618f8"> 702</a></span><a class="code hl_function" href="group__vpad__input.html#gaf8a7e506da7d6bd4c5d0f95dcab618f8">VPADSetTVMenuInvalid</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span> <a class="code hl_typedef" href="wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372">BOOL</a> invalid);</div>
|
|
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</span> </div>
|
|
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga20d7b4146c236681981fa60437e05d18"> 716</a></span><a class="code hl_function" href="group__vpad__input.html#ga20d7b4146c236681981fa60437e05d18">VPADDisablePowerButton</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span> </div>
|
|
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gab62f9dcf20acc3ef1029a66ac4288e28"> 729</a></span><a class="code hl_function" href="group__vpad__input.html#gab62f9dcf20acc3ef1029a66ac4288e28">VPADEnablePowerButton</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> </div>
|
|
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno"> 754</span>int32_t</div>
|
|
<div class="line"><a id="l00755" name="l00755"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga4556449e547c18bea4a1ff409db6733e"> 755</a></span><a class="code hl_function" href="group__vpad__input.html#ga4556449e547c18bea4a1ff409db6733e">VPADControlMotor</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"> 756</span> uint8_t *pattern,</div>
|
|
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"> 757</span> uint8_t length);</div>
|
|
<div class="line"><a id="l00758" name="l00758"></a><span class="lineno"> 758</span> </div>
|
|
<div class="line"><a id="l00770" name="l00770"></a><span class="lineno"> 770</span><span class="keywordtype">void</span></div>
|
|
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gadec32f6c845d56b9885a2823a439f493"> 771</a></span><a class="code hl_function" href="group__vpad__input.html#gadec32f6c845d56b9885a2823a439f493">VPADStopMotor</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00772" name="l00772"></a><span class="lineno"> 772</span> </div>
|
|
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span>int32_t</div>
|
|
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga4d75c36b10b803c3af97947cc3cde97a"> 791</a></span><a class="code hl_function" href="group__vpad__input.html#ga4d75c36b10b803c3af97947cc3cde97a">VPADSetLcdMode</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"> 792</span> <a class="code hl_enumeration" href="group__vpad__input.html#ga46a82f660292f1284a8eff20015e2528">VPADLcdMode</a> lcdMode);</div>
|
|
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"> 793</span> </div>
|
|
<div class="line"><a id="l00810" name="l00810"></a><span class="lineno"> 810</span>int32_t</div>
|
|
<div class="line"><a id="l00811" name="l00811"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga4bdcf44b290924cf4ea9d19b814ece36"> 811</a></span><a class="code hl_function" href="group__vpad__input.html#ga4bdcf44b290924cf4ea9d19b814ece36">VPADGetLcdMode</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00812" name="l00812"></a><span class="lineno"> 812</span> <a class="code hl_enumeration" href="group__vpad__input.html#ga46a82f660292f1284a8eff20015e2528">VPADLcdMode</a> *outLcdMode);</div>
|
|
<div class="line"><a id="l00813" name="l00813"></a><span class="lineno"> 813</span> </div>
|
|
<div class="line"><a id="l00831" name="l00831"></a><span class="lineno"> 831</span>int32_t</div>
|
|
<div class="line"><a id="l00832" name="l00832"></a><span class="lineno"><a class="line" href="group__vpad__input.html#ga08b1f480a7e3c3b20846aa85fe40bbad"> 832</a></span><a class="code hl_function" href="group__vpad__input.html#ga08b1f480a7e3c3b20846aa85fe40bbad">VPADSetSensorBar</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno"> 833</span> <a class="code hl_typedef" href="wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372">BOOL</a> on);</div>
|
|
<div class="line"><a id="l00834" name="l00834"></a><span class="lineno"> 834</span> </div>
|
|
<div class="line"><a id="l00835" name="l00835"></a><span class="lineno"> 835</span><a class="code hl_typedef" href="group__vpad__input.html#gaccbf9f1ad96d153a85b28ee7d23c765e">VPADSamplingCallback</a></div>
|
|
<div class="line"><a id="l00836" name="l00836"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaab5acfa7fe34bda0967cf6d3c4c4e2b3"> 836</a></span><a class="code hl_function" href="group__vpad__input.html#gaab5acfa7fe34bda0967cf6d3c4c4e2b3">VPADSetSamplingCallback</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan,</div>
|
|
<div class="line"><a id="l00837" name="l00837"></a><span class="lineno"> 837</span> <a class="code hl_typedef" href="group__vpad__input.html#gaccbf9f1ad96d153a85b28ee7d23c765e">VPADSamplingCallback</a> callback);</div>
|
|
<div class="line"><a id="l00838" name="l00838"></a><span class="lineno"> 838</span> </div>
|
|
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"> 845</span><a class="code hl_typedef" href="wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372">BOOL</a></div>
|
|
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"><a class="line" href="group__vpad__input.html#gaa81fc5bccd29f4a555a84bcf3f86d92a"> 846</a></span><a class="code hl_function" href="group__vpad__input.html#gaa81fc5bccd29f4a555a84bcf3f86d92a">VPADGetButtonProcMode</a>(<a class="code hl_enumeration" href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a> chan);</div>
|
|
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"> 847</span> </div>
|
|
<div class="line"><a id="l00848" name="l00848"></a><span class="lineno"> 848</span><span class="preprocessor">#ifdef __cplusplus</span></div>
|
|
<div class="line"><a id="l00849" name="l00849"></a><span class="lineno"> 849</span>}</div>
|
|
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno"> 850</span><span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno"> 851</span> </div>
|
|
<div class="ttc" id="abase_8h_html"><div class="ttname"><a href="base_8h.html">base.h</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a0c1f89f2717c84bc631b11ccbdca4341"><div class="ttname"><a href="group__vpad__input.html#a0c1f89f2717c84bc631b11ccbdca4341">VPADStatus::accelorometer</a></div><div class="ttdeci">VPADAccStatus accelorometer</div><div class="ttdoc">Status of DRC accelorometer.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00253">input.h:253</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a10e6989a699c79c60601491af7f339d6"><div class="ttname"><a href="group__vpad__input.html#a10e6989a699c79c60601491af7f339d6">VPADDirection::y</a></div><div class="ttdeci">VPADVec3D y</div><div class="ttdoc">y.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00175">input.h:175</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a1697ede5b3ea81363d50dd87fee0a106"><div class="ttname"><a href="group__vpad__input.html#a1697ede5b3ea81363d50dd87fee0a106">VPADStatus::micStatus</a></div><div class="ttdeci">uint8_t micStatus</div><div class="ttdoc">Status of DRC microphone.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00291">input.h:291</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a1ed1187bc65f528463e5464817b4a870"><div class="ttname"><a href="group__vpad__input.html#a1ed1187bc65f528463e5464817b4a870">VPADTouchCalibrationParam::scaleY</a></div><div class="ttdeci">float scaleY</div><div class="ttdoc">Y scale.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00194">input.h:194</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a2520a08e3f52e40fa9e8688ffd5bc640"><div class="ttname"><a href="group__vpad__input.html#a2520a08e3f52e40fa9e8688ffd5bc640">VPADTouchData::validity</a></div><div class="ttdeci">uint16_t validity</div><div class="ttdoc">Bitfield of VPADTouchPadValidity to indicate how touch sample accuracy.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00214">input.h:214</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a2d04b5b2f96f4f7a58a3648a9d234d12"><div class="ttname"><a href="group__vpad__input.html#a2d04b5b2f96f4f7a58a3648a9d234d12">VPADTouchData::touched</a></div><div class="ttdeci">uint16_t touched</div><div class="ttdoc">0 if screen is not currently being touched.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00211">input.h:211</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a3137302b1b8edd4f24298401950ac101"><div class="ttname"><a href="group__vpad__input.html#a3137302b1b8edd4f24298401950ac101">VPADStatus::rightStick</a></div><div class="ttdeci">VPADVec2D rightStick</div><div class="ttdoc">Position of right analog stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00250">input.h:250</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a38226b4c00245f814a99782169606840"><div class="ttname"><a href="group__vpad__input.html#a38226b4c00245f814a99782169606840">VPADStatus::tpNormal</a></div><div class="ttdeci">VPADTouchData tpNormal</div><div class="ttdoc">Current touch position on DRC.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00266">input.h:266</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a4bdb9f37c7c9b4544422ca75eb95744c"><div class="ttname"><a href="group__vpad__input.html#a4bdb9f37c7c9b4544422ca75eb95744c">VPADStatus::mag</a></div><div class="ttdeci">VPADVec3D mag</div><div class="ttdoc">Status of DRC magnetometer.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00282">input.h:282</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a4dde988b1b2adba65ae3efa69f65d960"><div class="ttname"><a href="group__vpad__input.html#a4dde988b1b2adba65ae3efa69f65d960">VPADTouchData::x</a></div><div class="ttdeci">uint16_t x</div><div class="ttdoc">The x-coordinate of a touched point.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00206">input.h:206</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a50d6812788ea68a47b2859fccdcb62dc"><div class="ttname"><a href="group__vpad__input.html#a50d6812788ea68a47b2859fccdcb62dc">VPADTouchCalibrationParam::adjustX</a></div><div class="ttdeci">uint16_t adjustX</div><div class="ttdoc">X offset.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00188">input.h:188</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a62b2a1af41e9cc89cce55fa5d1a4c849"><div class="ttname"><a href="group__vpad__input.html#a62b2a1af41e9cc89cce55fa5d1a4c849">VPADStatus::slideVolumeEx</a></div><div class="ttdeci">uint8_t slideVolumeEx</div><div class="ttdoc">Unknown volume related value.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00294">input.h:294</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a640685c2285e7b8a348fff1e0332d0bf"><div class="ttname"><a href="group__vpad__input.html#a640685c2285e7b8a348fff1e0332d0bf">VPADStatus::hold</a></div><div class="ttdeci">uint32_t hold</div><div class="ttdoc">Indicates what VPADButtons are held down.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00238">input.h:238</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a7010cdccfed0200584ad63025d0f1a5d"><div class="ttname"><a href="group__vpad__input.html#a7010cdccfed0200584ad63025d0f1a5d">VPADAccStatus::variation</a></div><div class="ttdeci">float variation</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00226">input.h:226</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a743e83022e40d450dc215523cf981620"><div class="ttname"><a href="group__vpad__input.html#a743e83022e40d450dc215523cf981620">VPADTouchCalibrationParam::adjustY</a></div><div class="ttdeci">uint16_t adjustY</div><div class="ttdoc">Y offset.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00190">input.h:190</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a89e04157c4e1f65c9ab63bffa365c8a6"><div class="ttname"><a href="group__vpad__input.html#a89e04157c4e1f65c9ab63bffa365c8a6">VPADStatus::battery</a></div><div class="ttdeci">uint8_t battery</div><div class="ttdoc">Battery level of controller.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00288">input.h:288</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_a90598eb01c338f4bbab41ad4aab9fcc0"><div class="ttname"><a href="group__vpad__input.html#a90598eb01c338f4bbab41ad4aab9fcc0">VPADAccStatus::magnitude</a></div><div class="ttdeci">float magnitude</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00225">input.h:225</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_aa2288e54bdbe70a4cf7f46a743f76248"><div class="ttname"><a href="group__vpad__input.html#aa2288e54bdbe70a4cf7f46a743f76248">VPADAccStatus::vertical</a></div><div class="ttdeci">VPADVec2D vertical</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00227">input.h:227</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_aa4f0d3eebc3c443f9be81bf48561a217"><div class="ttname"><a href="group__vpad__input.html#aa4f0d3eebc3c443f9be81bf48561a217">VPADVec2D::y</a></div><div class="ttdeci">float y</div><div class="ttdoc">y.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00148">input.h:148</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_aa892f9b747303e5e8a7d81d08f2fff7c"><div class="ttname"><a href="group__vpad__input.html#aa892f9b747303e5e8a7d81d08f2fff7c">VPADStatus::release</a></div><div class="ttdeci">uint32_t release</div><div class="ttdoc">Indicates what VPADButtons have been released since last sample.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00244">input.h:244</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_aa98d79dfdbe69a2e73f32b96a37d4aac"><div class="ttname"><a href="group__vpad__input.html#aa98d79dfdbe69a2e73f32b96a37d4aac">VPADStatus::usingHeadphones</a></div><div class="ttdeci">BOOL usingHeadphones</div><div class="ttdoc">Set to 1 if headphones are plugged in, 0 otherwise.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00279">input.h:279</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_aad7d7453ad38e5fbfa2cd36160c73dfa"><div class="ttname"><a href="group__vpad__input.html#aad7d7453ad38e5fbfa2cd36160c73dfa">VPADStatus::gyro</a></div><div class="ttdeci">VPADVec3D gyro</div><div class="ttdoc">Status of DRC gyro.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00256">input.h:256</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ab0580f504a7428539be299fa71565f30"><div class="ttname"><a href="group__vpad__input.html#ab0580f504a7428539be299fa71565f30">VPADTouchData::y</a></div><div class="ttdeci">uint16_t y</div><div class="ttdoc">The y-coordinate of a touched point.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00208">input.h:208</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ab448e82cac76157b1913f8de24e9179d"><div class="ttname"><a href="group__vpad__input.html#ab448e82cac76157b1913f8de24e9179d">VPADStatus::tpFiltered1</a></div><div class="ttdeci">VPADTouchData tpFiltered1</div><div class="ttdoc">Filtered touch position, first level of smoothing.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00269">input.h:269</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ac7b92ff6c19a74cd7cfb6a0d8ee16890"><div class="ttname"><a href="group__vpad__input.html#ac7b92ff6c19a74cd7cfb6a0d8ee16890">VPADDirection::z</a></div><div class="ttdeci">VPADVec3D z</div><div class="ttdoc">z.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00177">input.h:177</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_acd87cb9526a15b75a88488a2fb33b322"><div class="ttname"><a href="group__vpad__input.html#acd87cb9526a15b75a88488a2fb33b322">VPADStatus::trigger</a></div><div class="ttdeci">uint32_t trigger</div><div class="ttdoc">Indicates what VPADButtons have been pressed since last sample.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00241">input.h:241</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ad0da36b2558901e21e7a30f6c227a45e"><div class="ttname"><a href="group__vpad__input.html#ad0da36b2558901e21e7a30f6c227a45e">VPADVec2D::x</a></div><div class="ttdeci">float x</div><div class="ttdoc">x.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00146">input.h:146</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ad15049ce108bf286de255dd69dbef395"><div class="ttname"><a href="group__vpad__input.html#ad15049ce108bf286de255dd69dbef395">VPADStatus::angle</a></div><div class="ttdeci">VPADVec3D angle</div><div class="ttdoc">Status of DRC angle.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00259">input.h:259</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ad4ec63d26698fc1a433d58f1c6e6bb4d"><div class="ttname"><a href="group__vpad__input.html#ad4ec63d26698fc1a433d58f1c6e6bb4d">VPADAccStatus::acc</a></div><div class="ttdeci">VPADVec3D acc</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00224">input.h:224</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_adc64ccb7538429fe78e3fe0139267370"><div class="ttname"><a href="group__vpad__input.html#adc64ccb7538429fe78e3fe0139267370">VPADStatus::error</a></div><div class="ttdeci">uint8_t error</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00261">input.h:261</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_adfead462485b081623813b4ef9194503"><div class="ttname"><a href="group__vpad__input.html#adfead462485b081623813b4ef9194503">VPADStatus::leftStick</a></div><div class="ttdeci">VPADVec2D leftStick</div><div class="ttdoc">Position of left analog stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00247">input.h:247</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ae00276b6a2bfac0f77e72563c235c4b6"><div class="ttname"><a href="group__vpad__input.html#ae00276b6a2bfac0f77e72563c235c4b6">VPADTouchCalibrationParam::scaleX</a></div><div class="ttdeci">float scaleX</div><div class="ttdoc">X scale.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00192">input.h:192</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ae2f07a10e1e92fb981cfe6ba24ccd4e5"><div class="ttname"><a href="group__vpad__input.html#ae2f07a10e1e92fb981cfe6ba24ccd4e5">VPADStatus::tpFiltered2</a></div><div class="ttdeci">VPADTouchData tpFiltered2</div><div class="ttdoc">Filtered touch position, second level of smoothing.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00272">input.h:272</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ae582e26bc518bcdfb31cc20277a1ba50"><div class="ttname"><a href="group__vpad__input.html#ae582e26bc518bcdfb31cc20277a1ba50">VPADDirection::x</a></div><div class="ttdeci">VPADVec3D x</div><div class="ttdoc">x.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00173">input.h:173</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ae9147519b1eca4f2386ce1f76eab3109"><div class="ttname"><a href="group__vpad__input.html#ae9147519b1eca4f2386ce1f76eab3109">VPADStatus::slideVolume</a></div><div class="ttdeci">uint8_t slideVolume</div><div class="ttdoc">Current volume set by the slide control.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00285">input.h:285</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_af73583b1e980b0aa03f9884812e9fd4d"><div class="ttname"><a href="group__vpad__input.html#af73583b1e980b0aa03f9884812e9fd4d">VPADVec3D::z</a></div><div class="ttdeci">float z</div><div class="ttdoc">z.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00162">input.h:162</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_afd07cc52d7a26eca9be566e87fd21356"><div class="ttname"><a href="group__vpad__input.html#afd07cc52d7a26eca9be566e87fd21356">VPADStatus::direction</a></div><div class="ttdeci">VPADDirection direction</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00276">input.h:276</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga01adf9ba34a5e6fcc8f761f949e0f16b"><div class="ttname"><a href="group__vpad__input.html#ga01adf9ba34a5e6fcc8f761f949e0f16b">VPADInitGyroAccReviseParam</a></div><div class="ttdeci">void VPADInitGyroAccReviseParam(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga0775360462f17d5aee7c0f40e4a8d110"><div class="ttname"><a href="group__vpad__input.html#ga0775360462f17d5aee7c0f40e4a8d110">VPADSetGyroDirReviseParam</a></div><div class="ttdeci">void VPADSetGyroDirReviseParam(VPADChan chan, float param)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga0838cde10a54f417ec83cb4df46a79a0"><div class="ttname"><a href="group__vpad__input.html#ga0838cde10a54f417ec83cb4df46a79a0">VPADDisableStickCrossClamp</a></div><div class="ttdeci">void VPADDisableStickCrossClamp(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga08b1f480a7e3c3b20846aa85fe40bbad"><div class="ttname"><a href="group__vpad__input.html#ga08b1f480a7e3c3b20846aa85fe40bbad">VPADSetSensorBar</a></div><div class="ttdeci">int32_t VPADSetSensorBar(VPADChan chan, BOOL on)</div><div class="ttdoc">Turn the given Gamepad's sensor bar on or off.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga0a66402c69c09d08367177d6c289bbb3"><div class="ttname"><a href="group__vpad__input.html#ga0a66402c69c09d08367177d6c289bbb3">VPADGetTPCalibratedPoint</a></div><div class="ttdeci">void VPADGetTPCalibratedPoint(VPADChan chan, VPADTouchData *calibratedData, const VPADTouchData *uncalibratedData)</div><div class="ttdoc">Transform touch data according to the current calibration data.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga11fffe32865d0edf0105ed06d9f6a83b"><div class="ttname"><a href="group__vpad__input.html#ga11fffe32865d0edf0105ed06d9f6a83b">VPADTouchPadValidity</a></div><div class="ttdeci">VPADTouchPadValidity</div><div class="ttdoc">Touch pad validity.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00084">input.h:85</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga13b306aa9937ffabc5002fd012ad3eea"><div class="ttname"><a href="group__vpad__input.html#ga13b306aa9937ffabc5002fd012ad3eea">VPADEnableStickCrossClamp</a></div><div class="ttdeci">void VPADEnableStickCrossClamp(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga14b8dbc27195bcee435b4a1a80b09442"><div class="ttname"><a href="group__vpad__input.html#ga14b8dbc27195bcee435b4a1a80b09442">VPADSetLStickClampThreshold</a></div><div class="ttdeci">void VPADSetLStickClampThreshold(VPADChan chan, int32_t max, int32_t min)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga194ecae1d76ad7d85cc8b6650ce6580a"><div class="ttname"><a href="group__vpad__input.html#ga194ecae1d76ad7d85cc8b6650ce6580a">VPADEnableGyroDirRevise</a></div><div class="ttdeci">void VPADEnableGyroDirRevise(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga1fe790b96357df1fb680e5dd2740de25"><div class="ttname"><a href="group__vpad__input.html#ga1fe790b96357df1fb680e5dd2740de25">VPADSetAccParam</a></div><div class="ttdeci">void VPADSetAccParam(VPADChan chan, float playRadius, float sensitivity)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga20d7b4146c236681981fa60437e05d18"><div class="ttname"><a href="group__vpad__input.html#ga20d7b4146c236681981fa60437e05d18">VPADDisablePowerButton</a></div><div class="ttdeci">void VPADDisablePowerButton(VPADChan chan)</div><div class="ttdoc">Disable the power button.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga2265b154ad3a6059dc05bda56c8471a6"><div class="ttname"><a href="group__vpad__input.html#ga2265b154ad3a6059dc05bda56c8471a6">VPADRead</a></div><div class="ttdeci">int32_t VPADRead(VPADChan chan, VPADStatus *buffers, uint32_t count, VPADReadError *outError)</div><div class="ttdoc">Read controller data from the desired Gamepad.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga2681ba9c7ffb6cb1c6f5230a32a09e62"><div class="ttname"><a href="group__vpad__input.html#ga2681ba9c7ffb6cb1c6f5230a32a09e62">VPADSetGyroMagnification</a></div><div class="ttdeci">void VPADSetGyroMagnification(VPADChan chan, float pitch, float yaw, float roll)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga2adb90df46daa4609403879d381946a6"><div class="ttname"><a href="group__vpad__input.html#ga2adb90df46daa4609403879d381946a6">VPADShutdown</a></div><div class="ttdeci">void VPADShutdown()</div><div class="ttdoc">Cleans up and frees the VPAD library.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga312af001772e2a2eac0a06374d433388"><div class="ttname"><a href="group__vpad__input.html#ga312af001772e2a2eac0a06374d433388">VPADIsEnableGyroZeroDrift</a></div><div class="ttdeci">float VPADIsEnableGyroZeroDrift(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga3239a022521913255c91c4a421f4e6a8"><div class="ttname"><a href="group__vpad__input.html#ga3239a022521913255c91c4a421f4e6a8">VPADGetGyroDirReviseParam</a></div><div class="ttdeci">void VPADGetGyroDirReviseParam(VPADChan chan, float *param)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga32cce8c0453e67f28516422f01221e9a"><div class="ttname"><a href="group__vpad__input.html#ga32cce8c0453e67f28516422f01221e9a">VPADEnableGyroZeroPlay</a></div><div class="ttdeci">void VPADEnableGyroZeroPlay(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga3848e88a59ca66fcf63e2177d3878978"><div class="ttname"><a href="group__vpad__input.html#ga3848e88a59ca66fcf63e2177d3878978">VPADEnableLStickZeroClamp</a></div><div class="ttdeci">void VPADEnableLStickZeroClamp(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga3c61f03e3c322e5e421a918ae83b0911"><div class="ttname"><a href="group__vpad__input.html#ga3c61f03e3c322e5e421a918ae83b0911">VPADStartGyroMagRevise</a></div><div class="ttdeci">void VPADStartGyroMagRevise(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga3fa1380a8e13cea99729343184d07627"><div class="ttname"><a href="group__vpad__input.html#ga3fa1380a8e13cea99729343184d07627">VPADDisableGyroZeroPlay</a></div><div class="ttdeci">void VPADDisableGyroZeroPlay(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga4556449e547c18bea4a1ff409db6733e"><div class="ttname"><a href="group__vpad__input.html#ga4556449e547c18bea4a1ff409db6733e">VPADControlMotor</a></div><div class="ttdeci">int32_t VPADControlMotor(VPADChan chan, uint8_t *pattern, uint8_t length)</div><div class="ttdoc">Turns on the rumble motor on the desired Gamepad.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga46a82f660292f1284a8eff20015e2528"><div class="ttname"><a href="group__vpad__input.html#ga46a82f660292f1284a8eff20015e2528">VPADLcdMode</a></div><div class="ttdeci">VPADLcdMode</div><div class="ttdoc">LCD mode.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00123">input.h:124</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga478fdfcb4b8f8efae74c1fb2d3b31923"><div class="ttname"><a href="group__vpad__input.html#ga478fdfcb4b8f8efae74c1fb2d3b31923">VPADSetStickOrigin</a></div><div class="ttdeci">void VPADSetStickOrigin(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga4bdcf44b290924cf4ea9d19b814ece36"><div class="ttname"><a href="group__vpad__input.html#ga4bdcf44b290924cf4ea9d19b814ece36">VPADGetLcdMode</a></div><div class="ttdeci">int32_t VPADGetLcdMode(VPADChan chan, VPADLcdMode *outLcdMode)</div><div class="ttdoc">Get the current status of the given Gamepad's display.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga4d75c36b10b803c3af97947cc3cde97a"><div class="ttname"><a href="group__vpad__input.html#ga4d75c36b10b803c3af97947cc3cde97a">VPADSetLcdMode</a></div><div class="ttdeci">int32_t VPADSetLcdMode(VPADChan chan, VPADLcdMode lcdMode)</div><div class="ttdoc">Sets the current mode of the display on the given Gamepad.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga504708a80ebfe0a582a56b79f13db8e5"><div class="ttname"><a href="group__vpad__input.html#ga504708a80ebfe0a582a56b79f13db8e5">VPADSetGyroZeroPlayParam</a></div><div class="ttdeci">void VPADSetGyroZeroPlayParam(VPADChan chan, float radius)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga50d07a1bd1bd749356d0b63c1c4313b5"><div class="ttname"><a href="group__vpad__input.html#ga50d07a1bd1bd749356d0b63c1c4313b5">VPADGetTPCalibrationParam</a></div><div class="ttdeci">void VPADGetTPCalibrationParam(VPADChan chan, VPADTouchCalibrationParam *outParam)</div><div class="ttdoc">Get touch pad calibration parameters.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga55bbd7a149d5fe3538c04e16d2fa7633"><div class="ttname"><a href="group__vpad__input.html#ga55bbd7a149d5fe3538c04e16d2fa7633">VPADSetCrossStickEmulationParamsR</a></div><div class="ttdeci">void VPADSetCrossStickEmulationParamsR(VPADChan chan, float rotationDegree, float range, float radius)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga57a452b68dc152f7f2ee01e9dc0b33da"><div class="ttname"><a href="group__vpad__input.html#ga57a452b68dc152f7f2ee01e9dc0b33da">VPADDisableRStickZeroClamp</a></div><div class="ttdeci">void VPADDisableRStickZeroClamp(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga5abd3bb90ee4446a65e11c1502b72656"><div class="ttname"><a href="group__vpad__input.html#ga5abd3bb90ee4446a65e11c1502b72656">VPADSetRStickClampThreshold</a></div><div class="ttdeci">void VPADSetRStickClampThreshold(VPADChan chan, int32_t max, int32_t min)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga5e2f6387017360e6dc9d6d0ff392d1e8"><div class="ttname"><a href="group__vpad__input.html#ga5e2f6387017360e6dc9d6d0ff392d1e8">VPADIsEnableGyroZeroPlay</a></div><div class="ttdeci">float VPADIsEnableGyroZeroPlay(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga5f500d1dfd43728b91e8379ead591caa"><div class="ttname"><a href="group__vpad__input.html#ga5f500d1dfd43728b91e8379ead591caa">VPADGyroStatus</a></div><div class="ttdeci">struct VPADGyroStatus VPADGyroStatus</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00017">input.h:17</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga60650231b65d9f90d85c3d1f73aeae3a"><div class="ttname"><a href="group__vpad__input.html#ga60650231b65d9f90d85c3d1f73aeae3a">VPADSetGyroDirReviseBase</a></div><div class="ttdeci">void VPADSetGyroDirReviseBase(VPADChan chan, VPADDirection *base)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga67bad6389bd3f2b3bac858282387bf04"><div class="ttname"><a href="group__vpad__input.html#ga67bad6389bd3f2b3bac858282387bf04">VPADDisableGyroDirRevise</a></div><div class="ttdeci">void VPADDisableGyroDirRevise(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga767cd81e460174bee34af53023a7a89c"><div class="ttname"><a href="group__vpad__input.html#ga767cd81e460174bee34af53023a7a89c">VPADSetGyroZeroDriftMode</a></div><div class="ttdeci">void VPADSetGyroZeroDriftMode(VPADChan chan, VPADGyroZeroDriftMode mode)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga792abfc47568176860a10da0b649c396"><div class="ttname"><a href="group__vpad__input.html#ga792abfc47568176860a10da0b649c396">VPADInitGyroZeroDriftMode</a></div><div class="ttdeci">void VPADInitGyroZeroDriftMode(VPADChan chan)</div><div class="ttdoc">Initializes the zero drift mode on the desired Gamepad.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga80de42c6ea7fde4ae6dc459e58dc80b2"><div class="ttname"><a href="group__vpad__input.html#ga80de42c6ea7fde4ae6dc459e58dc80b2">VPADGetTPCalibratedPointEx</a></div><div class="ttdeci">void VPADGetTPCalibratedPointEx(VPADChan chan, VPADTouchPadResolution tpResolution, VPADTouchData *calibratedData, const VPADTouchData *uncalibratedData)</div><div class="ttdoc">Transform touch data according to the current calibration data.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga8908c35249acac4787d857aa6434210b"><div class="ttname"><a href="group__vpad__input.html#ga8908c35249acac4787d857aa6434210b">VPADIsEnableGyroDirRevise</a></div><div class="ttdeci">float VPADIsEnableGyroDirRevise(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga8b2125a652039d4c79dd83222ac7950f"><div class="ttname"><a href="group__vpad__input.html#ga8b2125a652039d4c79dd83222ac7950f">VPADSetTPCalibrationParam</a></div><div class="ttdeci">void VPADSetTPCalibrationParam(VPADChan chan, const VPADTouchCalibrationParam *param)</div><div class="ttdoc">Set touch pad calibration parameters.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga9453bf41ba77de4f52b67e7efbbd3590"><div class="ttname"><a href="group__vpad__input.html#ga9453bf41ba77de4f52b67e7efbbd3590">VPADGetCrossStickEmulationParamsL</a></div><div class="ttdeci">void VPADGetCrossStickEmulationParamsL(VPADChan chan, float *outRotationDegree, float *outRange, float *outRadius)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ga953546612efe2b0e829e7bff28881239"><div class="ttname"><a href="group__vpad__input.html#ga953546612efe2b0e829e7bff28881239">VPADTouchPadResolution</a></div><div class="ttdeci">VPADTouchPadResolution</div><div class="ttdoc">Touch pad resolution.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00097">input.h:98</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaa81fc5bccd29f4a555a84bcf3f86d92a"><div class="ttname"><a href="group__vpad__input.html#gaa81fc5bccd29f4a555a84bcf3f86d92a">VPADGetButtonProcMode</a></div><div class="ttdeci">BOOL VPADGetButtonProcMode(VPADChan chan)</div><div class="ttdoc">Returns the proc mode of the given Gamepad.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaaab13528a4578cf5d8b31518feb93062"><div class="ttname"><a href="group__vpad__input.html#gaaab13528a4578cf5d8b31518feb93062">VPADGetLStickClampThreshold</a></div><div class="ttdeci">void VPADGetLStickClampThreshold(VPADChan chan, int32_t *max, int32_t *min)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaab5acfa7fe34bda0967cf6d3c4c4e2b3"><div class="ttname"><a href="group__vpad__input.html#gaab5acfa7fe34bda0967cf6d3c4c4e2b3">VPADSetSamplingCallback</a></div><div class="ttdeci">VPADSamplingCallback VPADSetSamplingCallback(VPADChan chan, VPADSamplingCallback callback)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaad36bec7024eb2035f5a2df7f6ade55b"><div class="ttname"><a href="group__vpad__input.html#gaad36bec7024eb2035f5a2df7f6ade55b">VPADGetRStickClampThreshold</a></div><div class="ttdeci">void VPADGetRStickClampThreshold(VPADChan chan, int32_t *max, int32_t *min)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaaf26b773b04b8ab81a7aca9b4cb96ada"><div class="ttname"><a href="group__vpad__input.html#gaaf26b773b04b8ab81a7aca9b4cb96ada">VPADEnableRStickZeroClamp</a></div><div class="ttdeci">void VPADEnableRStickZeroClamp(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaaf77a1c1971173f292d8ce3405bd434a"><div class="ttname"><a href="group__vpad__input.html#gaaf77a1c1971173f292d8ce3405bd434a">VPADInit</a></div><div class="ttdeci">void VPADInit()</div><div class="ttdoc">Initialises the VPAD library for use.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gab62f9dcf20acc3ef1029a66ac4288e28"><div class="ttname"><a href="group__vpad__input.html#gab62f9dcf20acc3ef1029a66ac4288e28">VPADEnablePowerButton</a></div><div class="ttdeci">void VPADEnablePowerButton(VPADChan chan)</div><div class="ttdoc">Enable the power button.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gac0151a3ca71aa0781a396a89430654a7"><div class="ttname"><a href="group__vpad__input.html#gac0151a3ca71aa0781a396a89430654a7">VPADButtons</a></div><div class="ttdeci">VPADButtons</div><div class="ttdoc">Wii U GamePad buttons.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00025">input.h:26</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gac100a779dff2e1fc9ea2ea211d360640"><div class="ttname"><a href="group__vpad__input.html#gac100a779dff2e1fc9ea2ea211d360640">VPADSetCrossStickEmulationParamsL</a></div><div class="ttdeci">void VPADSetCrossStickEmulationParamsL(VPADChan chan, float rotationDegree, float range, float radius)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gac4a527368d7f70dc031b2f8cec2151ab"><div class="ttname"><a href="group__vpad__input.html#gac4a527368d7f70dc031b2f8cec2151ab">VPADSetBtnRepeat</a></div><div class="ttdeci">void VPADSetBtnRepeat(VPADChan chan, float delaySec, float pulseSec)</div><div class="ttdoc">Set a repeat for held buttons - instead of appearing to be continually held, repeated presses and rel...</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gac51695d70de6e2c9cb686d320a91ae3c"><div class="ttname"><a href="group__vpad__input.html#gac51695d70de6e2c9cb686d320a91ae3c">VPADDisableGyroAccRevise</a></div><div class="ttdeci">void VPADDisableGyroAccRevise(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gac90d8bbcd3c1ab46a073c05a69594d15"><div class="ttname"><a href="group__vpad__input.html#gac90d8bbcd3c1ab46a073c05a69594d15">VPADStopGyroMagRevise</a></div><div class="ttdeci">void VPADStopGyroMagRevise(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaccbf9f1ad96d153a85b28ee7d23c765e"><div class="ttname"><a href="group__vpad__input.html#gaccbf9f1ad96d153a85b28ee7d23c765e">VPADSamplingCallback</a></div><div class="ttdeci">void(* VPADSamplingCallback)(VPADChan chan)</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00318">input.h:318</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gad449624afcae0c1a945da3010284f918"><div class="ttname"><a href="group__vpad__input.html#gad449624afcae0c1a945da3010284f918">VPADGyroZeroDriftMode</a></div><div class="ttdeci">VPADGyroZeroDriftMode</div><div class="ttdoc">Gyro zero drift mode.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00134">input.h:135</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gada2de4a8e39b5b6a07571d4e256a886d"><div class="ttname"><a href="group__vpad__input.html#gada2de4a8e39b5b6a07571d4e256a886d">VPADGetAccParam</a></div><div class="ttdeci">void VPADGetAccParam(VPADChan chan, float *outPlayRadius, float *outSensitivity)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gadec32f6c845d56b9885a2823a439f493"><div class="ttname"><a href="group__vpad__input.html#gadec32f6c845d56b9885a2823a439f493">VPADStopMotor</a></div><div class="ttdeci">void VPADStopMotor(VPADChan chan)</div><div class="ttdoc">Stops the desired Gamepad's rumble motor and cancels any ongoing rumble pattern.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gae05c4bade4bd71b332bb915dbcb5fb56"><div class="ttname"><a href="group__vpad__input.html#gae05c4bade4bd71b332bb915dbcb5fb56">VPADIsEnableGyroAccRevise</a></div><div class="ttdeci">float VPADIsEnableGyroAccRevise(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gae0b1c6a993e3331d8bdbb0c2cbe98a8d"><div class="ttname"><a href="group__vpad__input.html#gae0b1c6a993e3331d8bdbb0c2cbe98a8d">VPADGetCrossStickEmulationParamsR</a></div><div class="ttdeci">void VPADGetCrossStickEmulationParamsR(VPADChan chan, float *outRotationDegree, float *outRange, float *outRadius)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gae26021e9e40709cc7ebae78eae45f43a"><div class="ttname"><a href="group__vpad__input.html#gae26021e9e40709cc7ebae78eae45f43a">VPADSetGyroDirectionMag</a></div><div class="ttdeci">void VPADSetGyroDirectionMag(VPADChan chan, float mag)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gae55a614085c5265c37acbe38a754a742"><div class="ttname"><a href="group__vpad__input.html#gae55a614085c5265c37acbe38a754a742">VPADInitGyroZeroPlayParam</a></div><div class="ttdeci">void VPADInitGyroZeroPlayParam(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gae56bfa2d6f1cd4e902f36d17531b4adf"><div class="ttname"><a href="group__vpad__input.html#gae56bfa2d6f1cd4e902f36d17531b4adf">VPADInitGyroDirReviseParam</a></div><div class="ttdeci">void VPADInitGyroDirReviseParam(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gae6cc70ba76e18d44b9348032be5ee6f5"><div class="ttname"><a href="group__vpad__input.html#gae6cc70ba76e18d44b9348032be5ee6f5">VPADGetGyroZeroDriftMode</a></div><div class="ttdeci">void VPADGetGyroZeroDriftMode(VPADChan chan, VPADGyroZeroDriftMode *mode)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gae746767bdc4abb0393881b23af94a397"><div class="ttname"><a href="group__vpad__input.html#gae746767bdc4abb0393881b23af94a397">VPADSetGyroAngle</a></div><div class="ttdeci">void VPADSetGyroAngle(VPADChan chan, float ax, float ay, float az)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gae87ceecbf54bfa70ccbe81eabff07e64"><div class="ttname"><a href="group__vpad__input.html#gae87ceecbf54bfa70ccbe81eabff07e64">VPADSetGyroDirection</a></div><div class="ttdeci">void VPADSetGyroDirection(VPADChan chan, VPADDirection *dir)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaeec6057ffa8cb89431d86e7fd77caf77"><div class="ttname"><a href="group__vpad__input.html#gaeec6057ffa8cb89431d86e7fd77caf77">VPADDisableLStickZeroClamp</a></div><div class="ttdeci">void VPADDisableLStickZeroClamp(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaf37a6316ccf9c29b48e408e9e098dee3"><div class="ttname"><a href="group__vpad__input.html#gaf37a6316ccf9c29b48e408e9e098dee3">VPADEnableGyroAccRevise</a></div><div class="ttdeci">void VPADEnableGyroAccRevise(VPADChan chan)</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaf50a715851601f9454f37f58ab07a538"><div class="ttname"><a href="group__vpad__input.html#gaf50a715851601f9454f37f58ab07a538">VPADGetTVMenuStatus</a></div><div class="ttdeci">BOOL VPADGetTVMenuStatus(VPADChan chan)</div><div class="ttdoc">Get the TV menu status.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaf8a7e506da7d6bd4c5d0f95dcab618f8"><div class="ttname"><a href="group__vpad__input.html#gaf8a7e506da7d6bd4c5d0f95dcab618f8">VPADSetTVMenuInvalid</a></div><div class="ttdeci">void VPADSetTVMenuInvalid(VPADChan chan, BOOL invalid)</div><div class="ttdoc">Enable or disable the TV menu.</div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gaff1e94081b12bc485c6613eb94daccea"><div class="ttname"><a href="group__vpad__input.html#gaff1e94081b12bc485c6613eb94daccea">VPADReadError</a></div><div class="ttdeci">VPADReadError</div><div class="ttdoc">Read error.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00108">input.h:109</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga11fffe32865d0edf0105ed06d9f6a83ba6183822519074fab2f147af05c4eb08f"><div class="ttname"><a href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83ba6183822519074fab2f147af05c4eb08f">VPAD_INVALID_X</a></div><div class="ttdeci">@ VPAD_INVALID_X</div><div class="ttdoc">X position is inaccurate.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00090">input.h:90</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga11fffe32865d0edf0105ed06d9f6a83ba8dab5b44fcb8960f31755aad7d604fb4"><div class="ttname"><a href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83ba8dab5b44fcb8960f31755aad7d604fb4">VPAD_VALID</a></div><div class="ttdeci">@ VPAD_VALID</div><div class="ttdoc">Both X and Y touchpad positions are accurate.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00087">input.h:87</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga11fffe32865d0edf0105ed06d9f6a83bafafc93d5b8b45e047f903dbb28d5ec71"><div class="ttname"><a href="group__vpad__input.html#gga11fffe32865d0edf0105ed06d9f6a83bafafc93d5b8b45e047f903dbb28d5ec71">VPAD_INVALID_Y</a></div><div class="ttdeci">@ VPAD_INVALID_Y</div><div class="ttdoc">Y position is inaccurate.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00093">input.h:93</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga46a82f660292f1284a8eff20015e2528a3df644e7136ebd91e216138edc819124"><div class="ttname"><a href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528a3df644e7136ebd91e216138edc819124">VPAD_LCD_ON</a></div><div class="ttdeci">@ VPAD_LCD_ON</div><div class="ttdoc">Display is on as normal.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00130">input.h:130</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga46a82f660292f1284a8eff20015e2528a6c6a8b9e6dcdcfad3a41965c966c1e29"><div class="ttname"><a href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528a6c6a8b9e6dcdcfad3a41965c966c1e29">VPAD_LCD_STANDBY</a></div><div class="ttdeci">@ VPAD_LCD_STANDBY</div><div class="ttdoc">Display is in standby and will turn back on if any buttons are pressed.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00126">input.h:126</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga46a82f660292f1284a8eff20015e2528aa2d98375b2a4de61559b873f5060713f"><div class="ttname"><a href="group__vpad__input.html#gga46a82f660292f1284a8eff20015e2528aa2d98375b2a4de61559b873f5060713f">VPAD_LCD_OFF</a></div><div class="ttdeci">@ VPAD_LCD_OFF</div><div class="ttdoc">Display is completely off and will remain so until explicitly changed.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00128">input.h:128</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga953546612efe2b0e829e7bff28881239a4a817513ef9a768b9c7269865553cb6b"><div class="ttname"><a href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239a4a817513ef9a768b9c7269865553cb6b">VPAD_TP_1920X1080</a></div><div class="ttdeci">@ VPAD_TP_1920X1080</div><div class="ttdoc">1920 x 1080 resolution.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00100">input.h:100</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga953546612efe2b0e829e7bff28881239aac586dfff15cbb14a0e42bf7cd859cfc"><div class="ttname"><a href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239aac586dfff15cbb14a0e42bf7cd859cfc">VPAD_TP_854X480</a></div><div class="ttdeci">@ VPAD_TP_854X480</div><div class="ttdoc">854 x 480 resolution.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00104">input.h:104</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_gga953546612efe2b0e829e7bff28881239ac7e2388667a30a9bdca39feb65389163"><div class="ttname"><a href="group__vpad__input.html#gga953546612efe2b0e829e7bff28881239ac7e2388667a30a9bdca39feb65389163">VPAD_TP_1280X720</a></div><div class="ttdeci">@ VPAD_TP_1280X720</div><div class="ttdoc">1280 x 720 resolution.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00102">input.h:102</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a0726180b506999766e4c21f5369aa298"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a0726180b506999766e4c21f5369aa298">VPAD_BUTTON_X</a></div><div class="ttdeci">@ VPAD_BUTTON_X</div><div class="ttdoc">The X button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00032">input.h:32</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a142ac279d05ad6b68ec267c3f97093fc"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a142ac279d05ad6b68ec267c3f97093fc">VPAD_STICK_R_EMULATION_RIGHT</a></div><div class="ttdeci">@ VPAD_STICK_R_EMULATION_RIGHT</div><div class="ttdoc">The emulated right button on the right stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00068">input.h:68</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a18c7cc6f5d0bfb7715e910b11cff7d4d"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a18c7cc6f5d0bfb7715e910b11cff7d4d">VPAD_STICK_L_EMULATION_RIGHT</a></div><div class="ttdeci">@ VPAD_STICK_L_EMULATION_RIGHT</div><div class="ttdoc">The emulated right button on the left stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00076">input.h:76</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a2922fce68aeb79dcda849f27c0d88359"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a2922fce68aeb79dcda849f27c0d88359">VPAD_BUTTON_SYNC</a></div><div class="ttdeci">@ VPAD_BUTTON_SYNC</div><div class="ttdoc">The SYNC button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00058">input.h:58</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a2cb5897a4f78ccca6b40a4790d0cb3b0"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a2cb5897a4f78ccca6b40a4790d0cb3b0">VPAD_BUTTON_B</a></div><div class="ttdeci">@ VPAD_BUTTON_B</div><div class="ttdoc">The B button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00030">input.h:30</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a30e629dd1482349aadadbc8defba5751"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a30e629dd1482349aadadbc8defba5751">VPAD_BUTTON_L</a></div><div class="ttdeci">@ VPAD_BUTTON_L</div><div class="ttdoc">The L button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00048">input.h:48</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a3ba3a77856f6712072212358efa85b82"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a3ba3a77856f6712072212358efa85b82">VPAD_BUTTON_STICK_L</a></div><div class="ttdeci">@ VPAD_BUTTON_STICK_L</div><div class="ttdoc">The left stick button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00062">input.h:62</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a45157210a7f255029f5896602602c977"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a45157210a7f255029f5896602602c977">VPAD_BUTTON_PLUS</a></div><div class="ttdeci">@ VPAD_BUTTON_PLUS</div><div class="ttdoc">The + button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00052">input.h:52</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a5c1212fba5da325072a457fe1ae8b137"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a5c1212fba5da325072a457fe1ae8b137">VPAD_BUTTON_ZR</a></div><div class="ttdeci">@ VPAD_BUTTON_ZR</div><div class="ttdoc">The ZR button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00046">input.h:46</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a685be0eea98a2c3d01c59a4108b6b7cd"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a685be0eea98a2c3d01c59a4108b6b7cd">VPAD_BUTTON_ZL</a></div><div class="ttdeci">@ VPAD_BUTTON_ZL</div><div class="ttdoc">The ZL button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00044">input.h:44</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a7559333c6db9a5b64118ae18bd147cfd"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a7559333c6db9a5b64118ae18bd147cfd">VPAD_BUTTON_LEFT</a></div><div class="ttdeci">@ VPAD_BUTTON_LEFT</div><div class="ttdoc">The left button of the D-pad.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00036">input.h:36</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a8e92acb6725689c04dbdc166cd18a608"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a8e92acb6725689c04dbdc166cd18a608">VPAD_STICK_L_EMULATION_UP</a></div><div class="ttdeci">@ VPAD_STICK_L_EMULATION_UP</div><div class="ttdoc">The emulated up button on the left stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00078">input.h:78</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a9b7e4810ab0955f4e31bdd8442cdb5c1"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a9b7e4810ab0955f4e31bdd8442cdb5c1">VPAD_STICK_L_EMULATION_LEFT</a></div><div class="ttdeci">@ VPAD_STICK_L_EMULATION_LEFT</div><div class="ttdoc">The emulated left button on the left stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00074">input.h:74</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7a9f53601a5a13ea50b724acc012f9a90d"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7a9f53601a5a13ea50b724acc012f9a90d">VPAD_BUTTON_MINUS</a></div><div class="ttdeci">@ VPAD_BUTTON_MINUS</div><div class="ttdoc">The - button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00054">input.h:54</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7aa8cec515f38b84b3a065f8dd74e72c6f"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aa8cec515f38b84b3a065f8dd74e72c6f">VPAD_BUTTON_UP</a></div><div class="ttdeci">@ VPAD_BUTTON_UP</div><div class="ttdoc">The up button of the D-pad.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00040">input.h:40</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7aa9f0cf31a42425406ba7450bac8e5004"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aa9f0cf31a42425406ba7450bac8e5004">VPAD_BUTTON_A</a></div><div class="ttdeci">@ VPAD_BUTTON_A</div><div class="ttdoc">The A button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00028">input.h:28</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7aba30456e570be26a8f000b769b32b93b"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aba30456e570be26a8f000b769b32b93b">VPAD_BUTTON_R</a></div><div class="ttdeci">@ VPAD_BUTTON_R</div><div class="ttdoc">The R button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00050">input.h:50</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7abb5726dcc77156b83986cb4e7bc5f302"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7abb5726dcc77156b83986cb4e7bc5f302">VPAD_BUTTON_Y</a></div><div class="ttdeci">@ VPAD_BUTTON_Y</div><div class="ttdoc">The Y button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00034">input.h:34</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7abcae6fb514fff74373e2d68c10fa31da"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7abcae6fb514fff74373e2d68c10fa31da">VPAD_BUTTON_HOME</a></div><div class="ttdeci">@ VPAD_BUTTON_HOME</div><div class="ttdoc">The HOME button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00056">input.h:56</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7ad6163663258bd9064f3ca7c54bf500f8"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ad6163663258bd9064f3ca7c54bf500f8">VPAD_STICK_R_EMULATION_DOWN</a></div><div class="ttdeci">@ VPAD_STICK_R_EMULATION_DOWN</div><div class="ttdoc">The emulated down button on the right stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00072">input.h:72</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7adf88e67cd5663cf270647adbdfe93a64"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7adf88e67cd5663cf270647adbdfe93a64">VPAD_STICK_L_EMULATION_DOWN</a></div><div class="ttdeci">@ VPAD_STICK_L_EMULATION_DOWN</div><div class="ttdoc">The emulated down button on the left stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00080">input.h:80</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7ae490e07215cb700834c2391aa219424d"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae490e07215cb700834c2391aa219424d">VPAD_BUTTON_RIGHT</a></div><div class="ttdeci">@ VPAD_BUTTON_RIGHT</div><div class="ttdoc">The right button of the D-pad.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00038">input.h:38</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7ae4dfa4b525c2c148c71eeedb234840ef"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae4dfa4b525c2c148c71eeedb234840ef">VPAD_STICK_R_EMULATION_LEFT</a></div><div class="ttdeci">@ VPAD_STICK_R_EMULATION_LEFT</div><div class="ttdoc">The emulated left button on the right stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00066">input.h:66</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7ae73f3a1a7f209dd36f977b6ce4034d3b"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7ae73f3a1a7f209dd36f977b6ce4034d3b">VPAD_STICK_R_EMULATION_UP</a></div><div class="ttdeci">@ VPAD_STICK_R_EMULATION_UP</div><div class="ttdoc">The emulated up button on the right stick.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00070">input.h:70</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7aeefb3a7d82d8e5cc316a0aa2077777dc"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7aeefb3a7d82d8e5cc316a0aa2077777dc">VPAD_BUTTON_TV</a></div><div class="ttdeci">@ VPAD_BUTTON_TV</div><div class="ttdoc">The TV button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00064">input.h:64</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7af4b6e1b8a7a9d70f83b167b5ae202d15"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7af4b6e1b8a7a9d70f83b167b5ae202d15">VPAD_BUTTON_DOWN</a></div><div class="ttdeci">@ VPAD_BUTTON_DOWN</div><div class="ttdoc">The down button of the D-pad.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00042">input.h:42</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggac0151a3ca71aa0781a396a89430654a7af69bb82ff5f117a6e0d058bb4ddc8c32"><div class="ttname"><a href="group__vpad__input.html#ggac0151a3ca71aa0781a396a89430654a7af69bb82ff5f117a6e0d058bb4ddc8c32">VPAD_BUTTON_STICK_R</a></div><div class="ttdeci">@ VPAD_BUTTON_STICK_R</div><div class="ttdoc">The right stick button.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00060">input.h:60</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggad449624afcae0c1a945da3010284f918a1fd48fc8d9802c11b26fa0d94fe686ba"><div class="ttname"><a href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a1fd48fc8d9802c11b26fa0d94fe686ba">VPAD_GYRO_ZERODRIFT_STANDARD</a></div><div class="ttdeci">@ VPAD_GYRO_ZERODRIFT_STANDARD</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00137">input.h:137</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggad449624afcae0c1a945da3010284f918a2a28e2f44e5dfdfbcc8337ba2755ad50"><div class="ttname"><a href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a2a28e2f44e5dfdfbcc8337ba2755ad50">VPAD_GYRO_ZERODRIFT_NONE</a></div><div class="ttdeci">@ VPAD_GYRO_ZERODRIFT_NONE</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00140">input.h:139</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggad449624afcae0c1a945da3010284f918a5b38232e35b56513877fe8d8e91c456f"><div class="ttname"><a href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918a5b38232e35b56513877fe8d8e91c456f">VPAD_GYRO_ZERODRIFT_TIGHT</a></div><div class="ttdeci">@ VPAD_GYRO_ZERODRIFT_TIGHT</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00138">input.h:138</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggad449624afcae0c1a945da3010284f918ac9c1914ff80319935df5586273bcd521"><div class="ttname"><a href="group__vpad__input.html#ggad449624afcae0c1a945da3010284f918ac9c1914ff80319935df5586273bcd521">VPAD_GYRO_ZERODRIFT_LOOSE</a></div><div class="ttdeci">@ VPAD_GYRO_ZERODRIFT_LOOSE</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00136">input.h:136</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggaff1e94081b12bc485c6613eb94dacceaa009842922eecb00fa574cf5d430a940c"><div class="ttname"><a href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa009842922eecb00fa574cf5d430a940c">VPAD_READ_SUCCESS</a></div><div class="ttdeci">@ VPAD_READ_SUCCESS</div><div class="ttdoc">No error occurred, and data was written to the buffers.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00111">input.h:111</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggaff1e94081b12bc485c6613eb94dacceaa0702411dc5d2befa1ce651dfa7fcbacb"><div class="ttname"><a href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa0702411dc5d2befa1ce651dfa7fcbacb">VPAD_READ_BUSY</a></div><div class="ttdeci">@ VPAD_READ_BUSY</div><div class="ttdoc">VPAD channel is busy, perhaps being accessed by another thread.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00117">input.h:117</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggaff1e94081b12bc485c6613eb94dacceaa47af1baa0e4e675635b6f3f92526e4c7"><div class="ttname"><a href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa47af1baa0e4e675635b6f3f92526e4c7">VPAD_READ_NO_SAMPLES</a></div><div class="ttdeci">@ VPAD_READ_NO_SAMPLES</div><div class="ttdoc">There was no sample new data available to write.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00113">input.h:113</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggaff1e94081b12bc485c6613eb94dacceaa5c00ee3b837989e1249045f14443ac87"><div class="ttname"><a href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaa5c00ee3b837989e1249045f14443ac87">VPAD_READ_UNINITIALIZED</a></div><div class="ttdeci">@ VPAD_READ_UNINITIALIZED</div><div class="ttdoc">VPAD is uninitialized, need to call VPADInit()</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00119">input.h:119</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_ggaff1e94081b12bc485c6613eb94dacceaaa8c83003c07c4ab2ce87aff505f913b2"><div class="ttname"><a href="group__vpad__input.html#ggaff1e94081b12bc485c6613eb94dacceaaa8c83003c07c4ab2ce87aff505f913b2">VPAD_READ_INVALID_CONTROLLER</a></div><div class="ttdeci">@ VPAD_READ_INVALID_CONTROLLER</div><div class="ttdoc">The requested controller or channel was invalid.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00115">input.h:115</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_structVPADAccStatus"><div class="ttname"><a href="group__vpad__input.html#structVPADAccStatus">VPADAccStatus</a></div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00222">input.h:223</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_structVPADDirection"><div class="ttname"><a href="group__vpad__input.html#structVPADDirection">VPADDirection</a></div><div class="ttdoc">Direction.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00170">input.h:171</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_structVPADStatus"><div class="ttname"><a href="group__vpad__input.html#structVPADStatus">VPADStatus</a></div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00235">input.h:236</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_structVPADTouchCalibrationParam"><div class="ttname"><a href="group__vpad__input.html#structVPADTouchCalibrationParam">VPADTouchCalibrationParam</a></div><div class="ttdoc">Touch calibration parameter.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00185">input.h:186</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_structVPADTouchData"><div class="ttname"><a href="group__vpad__input.html#structVPADTouchData">VPADTouchData</a></div><div class="ttdoc">Touch data.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00203">input.h:204</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_structVPADVec2D"><div class="ttname"><a href="group__vpad__input.html#structVPADVec2D">VPADVec2D</a></div><div class="ttdoc">2D vector.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00143">input.h:144</a></div></div>
|
|
<div class="ttc" id="agroup__vpad__input_html_structVPADVec3D"><div class="ttname"><a href="group__vpad__input.html#structVPADVec3D">VPADVec3D</a></div><div class="ttdoc">3D vector.</div><div class="ttdef"><b>Definition</b> <a href="input_8h_source.html#l00155">input.h:156</a></div></div>
|
|
<div class="ttc" id="agroup__vpadbase__base_html_ga05fe36fbe8e98bd6b1f69cccf7752e26"><div class="ttname"><a href="group__vpadbase__base.html#ga05fe36fbe8e98bd6b1f69cccf7752e26">VPADChan</a></div><div class="ttdeci">VPADChan</div><div class="ttdoc">Wii U GamePad channel.</div><div class="ttdef"><b>Definition</b> <a href="base_8h_source.html#l00015">base.h:16</a></div></div>
|
|
<div class="ttc" id="awut_8h_html"><div class="ttname"><a href="wut_8h.html">wut.h</a></div></div>
|
|
<div class="ttc" id="awut__types_8h_html_a975dbe9e4396bf9e0064ce01827fa372"><div class="ttname"><a href="wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372">BOOL</a></div><div class="ttdeci">int32_t BOOL</div><div class="ttdef"><b>Definition</b> <a href="wut__types_8h_source.html#l00007">wut_types.h:7</a></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.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|