Home
last modified time | relevance | path

Searched refs:diprop_word (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/dinput/
H A Djoystick.c600 struct DIPROPDWORD diprop_word; in EnumJoysticks() local
679 diprop_word.diph.dwSize = sizeof(diprop_word); in EnumJoysticks()
680 diprop_word.diph.dwHeaderSize = sizeof(diprop_word.diph); in EnumJoysticks()
681 diprop_word.diph.dwObj = 0; in EnumJoysticks()
682 diprop_word.diph.dwHow = DIPH_DEVICE; in EnumJoysticks()
685 hr = IDirectInputDevice2_GetProperty(pJoystick, DIPROP_AUTOCENTER, &diprop_word.diph); in EnumJoysticks()
688 diprop_word.dwData = DIPROPAUTOCENTER_OFF; in EnumJoysticks()
689 hr = IDirectInputDevice2_SetProperty(pJoystick, DIPROP_AUTOCENTER, &diprop_word.diph); in EnumJoysticks()
691 hr = IDirectInputDevice2_GetProperty(pJoystick, DIPROP_AUTOCENTER, &diprop_word.diph); in EnumJoysticks()
702 hr = IDirectInputDevice2_GetProperty(pJoystick, DIPROP_AUTOCENTER, &diprop_word.diph); in EnumJoysticks()
[all …]