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=utf-8">
5<META http-equiv="Content-Style-Type" content="text/css">
6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
7<title>KPADIsEnableAimingMode</title>
8</head>
9
10<body>
11
12<h1>KPADIsEnableAimingMode</h1>
13
14<h2>Syntax</h2>
15<dl><dd><pre class="construction">
16#include &lt;revolution/kpad.h&gt;
17
18BOOL KPADIsEnableAimingMode( s32 chan );
19</pre></dd></dl>
20
21<h2>Arguments</h2>
22<TABLE class="arguments" border="1" >
23  <TBODY>
24    <TR>
25      <TH>chan</TH>
26      <TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD>
27    </TR>
28  </TBODY>
29</TABLE>
30
31<h2>Return Values</h2>
32<p>
33<code>TRUE</code> if <code>AimingMode</code> is ON; <code>FALSE</code> if it is OFF.
34</p>
35
36<H2>Description</H2>
37<p>
38Checks whether <code>AimingMode</code> set for the KPAD library is enabled.
39</p>
40
41<h2>See Also</h2>
42<p class="reference">
43<a href="./KPADDisableAimingMode.html"><CODE>KPADDisableAimingMode</CODE></a><BR> <a href="./KPADEnableAimingMode.html"><CODE>KPADEnableAimingMode</CODE></a>
44</p>
45
46<H2>Revision History</H2>
47<p>
482008/10/03 Initial version.
49</p>
50
51<hr><p>CONFIDENTIAL</p></body>
52</html>
53