From: Jos v.d.V. <jo...@us...> - 2006-06-13 20:48:45
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10517/src/lib Modified Files: Joystick.f Log Message: Jos: Removed a number of ";" Index: Joystick.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/Joystick.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Joystick.f 10 Jun 2006 11:41:09 -0000 1.3 --- Joystick.f 13 Jun 2006 20:48:39 -0000 1.4 *************** *** 6,31 **** :struct joycapsa ! WORD wMid; /* manufacturer ID */ ! WORD wPid; /* product ID */ MAXPNAMELEN Field: szPname /* product name (NULL terminated string) */ ! UINT wXmin; /* minimum x position value */ ! UINT wXmax; /* maximum x position value */ ! UINT wYmin; /* minimum y position value */ ! UINT wYmax; /* maximum y position value */ ! UINT wZmin; /* minimum z position value */ ! UINT wZmax; /* maximum z position value */ ! UINT wNumButtons; /* number of buttons */ ! UINT wPeriodMin; /* minimum message period when captured */ ! UINT wPeriodMax; /* maximum message period when captured */ ! UINT wRmin; /* minimum r position value */ ! UINT wRmax; /* maximum r position value */ ! UINT wUmin; /* minimum u (5th axis) position value */ ! UINT wUmax; /* maximum u (5th axis) position value */ ! UINT wVmin; /* minimum v (6th axis) position value */ ! UINT wVmax; /* maximum v (6th axis) position value */ ! UINT wCaps; /* joystick capabilites */ ! UINT wMaxAxes; /* maximum number of axes supported */ ! UINT wNumAxes; /* number of axes in use */ ! UINT wMaxButtons; /* maximum number of buttons supported */ maxpnamelen Field: szRegKey /* registry key */ max_joystickoemvxdname Field: szOEMVxD /* OEM VxD in use */ --- 6,31 ---- :struct joycapsa ! WORD wMid /* manufacturer ID */ ! WORD wPid /* product ID */ MAXPNAMELEN Field: szPname /* product name (NULL terminated string) */ ! UINT wXmin /* minimum x position value */ ! UINT wXmax /* maximum x position value */ ! UINT wYmin /* minimum y position value */ ! UINT wYmax /* maximum y position value */ ! UINT wZmin /* minimum z position value */ ! UINT wZmax /* maximum z position value */ ! UINT wNumButtons /* number of buttons */ ! UINT wPeriodMin /* minimum message period when captured */ ! UINT wPeriodMax /* maximum message period when captured */ ! UINT wRmin /* minimum r position value */ ! UINT wRmax /* maximum r position value */ ! UINT wUmin /* minimum u (5th axis) position value */ ! UINT wUmax /* maximum u (5th axis) position value */ ! UINT wVmin /* minimum v (6th axis) position value */ ! UINT wVmax /* maximum v (6th axis) position value */ ! UINT wCaps /* joystick capabilites */ ! UINT wMaxAxes /* maximum number of axes supported */ ! UINT wNumAxes /* number of axes in use */ ! UINT wMaxButtons /* maximum number of buttons supported */ maxpnamelen Field: szRegKey /* registry key */ max_joystickoemvxdname Field: szOEMVxD /* OEM VxD in use */ |