Searched refs:IDirectInputDevice8_SetDataFormat (Results 1 – 4 of 4) sorted by relevance
369 if (FAILED(IDirectInputDevice8_SetDataFormat(device, &_glfwDataFormat))) in deviceCallback()
327 ret = IDirectInputDevice8_SetDataFormat(haptic->hwdata->device, in SDL_DINPUT_HapticOpenFromDevice()
596 IDirectInputDevice8_SetDataFormat(joystick->hwdata->InputDevice, in SDL_DINPUT_JoystickOpen()
2044 #define IDirectInputDevice8_SetDataFormat(p,a) (p)->lpVtbl->SetDataFormat(p,a) macro2082 #define IDirectInputDevice8_SetDataFormat(p,a) (p)->SetDataFormat(a) macro