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>KPADEnableStickCrossClamp</title> 8</head> 9 10<body> 11 12<h1>KPADEnableStickCrossClamp</h1> 13 14<h2>Syntax</h2> 15<dl><dd><pre class="construction"> 16#include <revolution/kpad.h> 17 18void KPADEnableStickCrossClamp( void ); 19</pre></dd></dl> 20 21<h2>Arguments</h2> 22<p> 23None. 24</p> 25 26<h2>Return Values</h2> 27<p> 28None. 29</p> 30 31<H2>Description</H2> 32<p> 33For the stick on Nunchuk or Classic Controller, switches the clamp processing method to cross clamping. 34</p> 35 36<p> 37Call the <a href="./KPADDisableStickCrossClamp.html"><CODE>KPADDisableStickCrossClamp</CODE></a> function to change to circular clamping (default). 38</p> 39 40<h2>See Also</h2> 41<p class="reference"> 42<a href="./KPADDisableStickCrossClamp.html">KPADDisableStickCrossClamp</a> 43</p> 44 45<H2>Revision History</H2> 46<p> 472007/01/15 Corrected errors in the manual.<br>2006/10/25 Initial version.<br> 48</p> 49 50<hr><p>CONFIDENTIAL</p></body> 51</html> 52