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>KPADGetSensorHeight</title> 8</head> 9 10<body> 11 12<h1>KPADGetSensorHeight</h1> 13 14<h2>Syntax</h2> 15<dl><dd><pre class="construction"> 16#include <revolution/kpad.h> 17 18f32 KPADGetSensorHeight( 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> 33Height of the Sensor Bar location. 34</p> 35 36<H2>Description</H2> 37<p> 38Gets the height for the Sensor Bar location. 39</p> 40 41<h2>See Also</h2> 42<p class="reference"> 43<a href="./KPADSetSensorHeight.html">KPADSetSensorHeight</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>