[Plib-cvs] plib/src/js jsWindows.cxx,1.5,1.6
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-12-02 20:12:06
|
Update of /cvsroot/plib/plib/src/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20472 Modified Files: jsWindows.cxx Log Message: changed _JS_MAX_AXES to _JS_MAX_AXES_WIN Index: jsWindows.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/js/jsWindows.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- jsWindows.cxx 21 Sep 2004 11:45:55 -0000 1.5 +++ jsWindows.cxx 2 Dec 2004 20:11:56 -0000 1.6 @@ -126,7 +126,7 @@ // X,Y,Z,R,U,V,POV - not necessarily the first n of these. if ( os->jsCaps.wCaps & JOYCAPS_HASPOV ) { - num_axes = _JS_MAX_AXES ; + num_axes = _JS_MAX_AXES_WIN ; min [ 7 ] = -1.0 ; max [ 7 ] = 1.0 ; // POV Y min [ 6 ] = -1.0 ; max [ 6 ] = 1.0 ; // POV X } |