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>KPADSetObjInterval (KPADOld)</title>
8</head>
9
10<body>
11
12<h1>KPADSetObjInterval</h1>
13
14<h2>Syntax</h2>
15<dl><dd><pre class="construction">
16#include &lt;revolution/kpadOld.h&gt;
17
18void KPADSetObjInterval( f32 interval );
19</pre></dd></dl>
20
21<h2>Arguments</h2>
22<p>
23<TABLE class="arguments" border="1" >
24  <TBODY>
25    <TR>
26<TH>interval</TH>
27<TD>Specifies the distance, in meters, between the two Sensor Bar emitters.  </TD>
28    </TR>
29  </TBODY>
30</TABLE>
31</p>
32
33<h2>Return Values</h2>
34<p>None.</p>
35
36<H2>Description</H2>
37<p>
38Uses the distance (in meters) between the two emitters in the Sensor Bar to make a setting for the TV. If the distance is 20cm, the value of 0.2f is set. 0.2f is the default value for the KPAD supporting UI Tool Version 4, while 0.3f is for UI Tool Version 3. This setting affects calculation of <CODE>dist</CODE>.
39</p>
40
41<h2>See Also</h2>
42<p>None.</p>
43
44<H2>Revision History</H2>
45<P>
462006/10/25 Changed the name to KPADOld library, beginning with Revolution SDK 2.3.<br>2006/06/19 Updated description of default values.<br>2006/03/01 Initial version.<BR>
47</P>
48
49<hr><p>CONFIDENTIAL</p></body>
50</html>