Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dinput/
H A Djoystick_linux.c529 df->rgodf[idx++].dwType = DIDFT_MAKEINSTANCE(wine_obj) | DIDFT_ABSAXIS; in alloc_device()
888 inst_id = number < 8 ? DIDFT_MAKEINSTANCE(number) | DIDFT_ABSAXIS : in joy_polldev()
H A Djoystick_linuxinput.c560 df->rgodf[idx].dwType = DIDFT_MAKEINSTANCE(wine_obj) | DIDFT_ABSAXIS; in alloc_device()
944 inst_id = axis < 8 ? DIDFT_MAKEINSTANCE(axis) | DIDFT_ABSAXIS : in joy_polldev()
H A Djoystick_osx.c926 inst_id = DIDFT_MAKEINSTANCE(wine_obj) | DIDFT_ABSAXIS; in poll_osx_device_state()
1222 df->rgodf[idx].dwType = DIDFT_MAKEINSTANCE(wine_obj) | DIDFT_ABSAXIS; in alloc_device()
H A Ddevice.c137 FE(DIDFT_ABSAXIS), in _dump_EnumObjects_flags()
/reactos/sdk/include/psdk/
H A Ddinput.h752 #define DIDFT_ABSAXIS 0x00000002 macro