X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;h=25de1dbc80994b2391c148316461537958b366d3;hb=f50219f3ee035143ce9a056e4362959bef5c91cc;hp=85bb7503e44e1e3023fd16908c028ec0331e8f5b;hpb=5f5cb0dc4b930cdfc928393d8d3277ca7d9f789d;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index 85bb750..25de1db 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -316,7 +316,7 @@ struct tagSFG_State fgExecutionState ExecState; /* Used for GLUT termination */ char *ProgramName; /* Name of the invoking program */ GLboolean JoysticksInitialised; /* Only initialize if application calls for them */ - int NumActiveJoysticks; /* Number of active joysticks -- if zero, don't poll joysticks */ + int NumActiveJoysticks; /* Number of active joysticks (callback defined and positive pollrate) -- if zero, don't poll joysticks */ GLboolean InputDevsInitialised; /* Only initialize if application calls for them */ int MouseWheelTicks; /* Number of ticks the mouse wheel has turned */