X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=8182f362fca3461c1297620db1df17f28de89f03;hb=352d4e747f296e49bf4ff00a99cef21525980c38;hp=96eafb760089043b076b6508f0608488c3b6ab2a;hpb=cba16355bd8a2ce3e957e680e657bfc87de2c6d7;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 96eafb7..8182f36 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -786,7 +786,7 @@ int glutJoystickGetNumAxes( int ident ); int glutJoystickGetNumButtons( int ident ); int glutJoystickNotWorking( int ident ); -/* InputDevice Init/Fini */ +/* InputDevice Initialisation and Closure */ int fgInputDeviceDetect( void ); void fgInitialiseInputDevices( void ); void fgInputDeviceClose( void );