// ----------------------------------------------------------------------------- void LLViewerJoystick::terminate() { #if LIB_NDOF ndof_libcleanup(); LL_INFOS() << "Terminated connection with NDOF device." << LL_ENDL; mDriverState = JDS_UNINITIALIZED; #endif }
// ----------------------------------------------------------------------------- void LLViewerJoystick::terminate() { #if LIB_NDOF ndof_libcleanup(); llinfos << "Terminated connection with NDOF device." << llendl; #endif }
// ----------------------------------------------------------------------------- void LLViewerJoystick::terminate() { #if LIB_NDOF ndof_libcleanup(); llinfos << "Terminated connection with NDOF device." << llendl; mDriverState = JDS_UNINITIALIZED; #endif }