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</title> 8</head> 9 10<body> 11 12 13 14<h1>KPADSetObjInterval</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><pre><code>#include <revolution/kpad.h></code></pre> 21 </dd> 22<dd><pre><CODE>void KPADSetObjInterval( f32 interval ) ;</CODE></pre> 23 </dd> 24</dl> 25 26<h2>Arguments</h2> 27<p> 28<TABLE border="1"> 29 <TBODY> 30 <TR> 31<TD><CODE><b><i>interval</i></b></CODE></TD> 32<TD>Specifies the distance between the two sensors on the Sensor Bar. The units are meters. </TD> 33 </TR> 34 </TBODY> 35</TABLE> 36</p> 37 38<h2>Return Values</h2> 39<p>None.</p> 40 41<H2>Description</H2> 42<p> 43Sets the distance in meters between the two sensors on the Sensor Bar to set for the TV. If the distance is 20cm, the value 0.2f is set (default value for the KPAD supporting UI Tool Version 4; it is 0.3f for UI Tool Version 3). This setting affects the <CODE>dist</CODE> calculation. 44</p> 45 46<h2>See Also</h2> 47 48<H2>Revision History</H2> 49<P> 5003/01/2006 Initial version. <BR>06/19/2006 Updated indications of default values.<BR> 51</P> 52 53</body> 54</html>