Home | History | Annotate | Download | only in win32

Lines Matching defs:_this

173 	Win32JoyStick* _this = (Win32JoyStick*)pvRef;
182 diptr.uData = 0x13130000 | _this->_AxisNumber;
187 ++_this->mSliders;
190 _this->mState.mAxes.pop_back();
192 else if (FAILED(_this->mJoyStick->SetProperty(DIPROP_APPDATA, &diptr.diph)))
199 _this->_AxisNumber += 1;
210 if (FAILED(_this->mJoyStick->SetProperty(DIPROP_RANGE, &diprg.diph)))
216 if( _this->mFfDevice )
218 _this->mFfDevice->_addFFAxis();
225 if( _this->mFfDevice )
227 _this->mFfDevice->_setGainSupport(true);
228 _this->mFfDevice->_setAutoCenterSupport(true);
237 Win32JoyStick* _this = (Win32JoyStick*)pvRef;
240 if( _this->mFfDevice == 0 )
241 _this->mFfDevice = new Win32ForceFeedback(_this->mJoyStick, &_this->mDIJoyCaps);
243 _this->mFfDevice->_addEffectSupport(pdei);