Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dinput/
H A Ddinput_private.h84 extern DWORD get_device_type(DWORD version, BOOL is_joystick) DECLSPEC_HIDDEN;
H A Djoystick_osx.c992 lpddi->dwDevType = get_device_type(version, is_joystick); in joydev_enum_deviceA()
1040 lpddi->dwDevType = get_device_type(version, is_joystick); in joydev_enum_deviceW()
H A Djoystick_linux.c363 lpddi->dwDevType = get_device_type(version, joystick_devices[id].is_joystick); in fill_joystick_dideviceinstanceW()
H A Djoystick.c107 DWORD get_device_type(DWORD version, BOOL is_joystick) in get_device_type() function
H A Djoystick_linuxinput.c375 lpddi->dwDevType = get_device_type(version, joydevs[id].is_joystick); in fill_joystick_dideviceinstanceW()