Searched refs:setup_dinput_options (Results 1 – 4 of 4) sorted by relevance
60 HRESULT setup_dinput_options(JoystickGenericImpl *This, const int *default_axis_map) DECLSPEC_HIDDE…
510 hr = setup_dinput_options(&newDevice->generic, newDevice->joydev->dev_axes_map); in alloc_device()
1038 HRESULT setup_dinput_options(JoystickGenericImpl *This, const int *default_axis_map) in setup_dinput_options() function
541 if (setup_dinput_options(&newDevice->generic, default_axis_map) != DI_OK) goto failed; in alloc_device()