1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
7<title>KPADGetDistPlayMode</title>
8</head>
9
10<body>
11
12
13
14<h1>KPADGetDistPlayMode</h1>
15
16
17<h2>C Specification</h2>
18
19<dl>
20<dd><pre><code>#include &lt;revolution/kpad.h&gt;</code></pre>
21  </dd>
22<dd><pre><code>typedef enum KPADPlayMode {
23KPAD_PLAY_MODE_LOOSE = 0,
24KPAD_PLAY_MODE_TIGHT
25} KPADPlayMode ;</code></pre>
26  </dd>
27<dd><pre><CODE>KPADPlayMode KPADGetDistPlayMode( s32 chan ) ;</CODE></pre>
28  </dd>
29</dl>
30
31<h2>Arguments</h2>
32<p>
33<TABLE border="1">
34  <TBODY>
35    <TR>
36<TD><code><b><i>chan</i></b></code></TD>
37<TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD>
38    </TR>
39  </TBODY>
40</TABLE>
41</p>
42
43<h2>Return Values</h2>
44<p>The play mode that has been set.</p>
45
46<H2>Description</H2>
47<p>
48Gets the play mode that has been set for the distance.
49</p>
50
51<h2>See Also</h2>
52<p>
53<a href="./KPADSetDistPlayMode.html"><code>KPADSetDistPlayMode</code></a>
54</p>
55
56<H2>Revision History</H2>
57<P>
582007/07/12 Initial version. <BR>
59</P>
60
61</body>
62</html>
63