00001 00032 #ifndef LL_LLVIEWERJOYSTICK_H 00033 #define LL_LLVIEWERJOYSTICK_H 00034 00035 class LLViewerJoystick 00036 { 00037 public: 00038 static BOOL sOverrideCamera; 00039 static void scanJoystick(); 00040 static void updateCamera(BOOL reset = FALSE); 00041 }; 00042 00043 #endif