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>KPADDisableStickCrossClamp</title> 8</head> 9 10<body> 11 12 13 14<h1>KPADDisableStickCrossClamp</h1> 15 16 17<h2>C Specification</h2> 18<dl> 19<dd><pre><code>#include <revolution/kpad.h></code></pre> 20 </dd> 21<dd><pre><CODE>void KPADDisableStickCrossClamp( void ) ;</CODE></pre> 22 </dd> 23</dl> 24 25<h2>Arguments</h2> 26<p> 27None. 28</p> 29 30<h2>Return Values</h2> 31<p> 32None. 33</p> 34 35<H2>Description</H2> 36<p> 37Switches the clamp processing method for the stick on the Nunchuk or Classic Controller to circular clamping. Circular clamping is used by default. 38</p> 39 40<p> 41Call the <a href="./KPADEnableStickCrossClamp.html"><CODE>KPADEnableStickCrossClamp</CODE></a> function to change to cross clamping. 42</p> 43 44<h2>See Also</h2> 45<p> 46<code><a href="./KPADEnableStickCrossClamp.html">KPADEnableStickCrossClamp</a></code> 47</p> 48 49<H2>Revision History</H2> 50<p> 512007/01/15 Corrected typos in the manual.<br>2006/10/25 Initial version. <BR> 52</p> 53 54<hr> 55<P>CONFIDENTIAL</p> 56</BODY> 57</HTML> 58