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>KPADReset</title>
8</head>
9
10<body>
11
12
13
14<h1>KPADReset</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>void KPADReset( void );</CODE></pre>
23  </dd>
24</dl>
25
26<h2>Arguments</h2>
27<p>None.</p>
28
29<h2>Return Values</h2>
30<p>None.</p>
31<H2>Description</H2>
32<p>This function is called when resetting values, such as between scenes. We recommend calling this function when initializing a scene.</p>
33
34<h2>See Also</h2>
35
36<H2>Revision History</H2>
37<P>03/01/2006 Initial version.</P>
38
39</body>
40</html>