ReactOS 0.4.16-dev-746-g329a414
|
#include <dinput.h>
Public Attributes | |
DWORD | dwSize |
GUID | guidInstance |
GUID | guidProduct |
DWORD | dwDevType |
CHAR | tszInstanceName [MAX_PATH] |
CHAR | tszProductName [MAX_PATH] |
GUID | guidFFDriver |
WORD | wUsagePage |
WORD | wUsage |
DWORD DIDEVICEINSTANCEA::dwDevType |
Definition at line 415 of file dinput.h.
Referenced by EnumAllFeedback(), EnumJoysticks(), fill_keyboard_dideviceinstanceA(), fill_mouse_dideviceinstanceA(), JoystickAGenericImpl_GetDeviceInfo(), and test_GetDeviceInfo().
DWORD DIDEVICEINSTANCEA::dwSize |
Definition at line 412 of file dinput.h.
Referenced by EnumJoysticks(), fill_keyboard_dideviceinstanceA(), fill_mouse_dideviceinstanceA(), IDirectInput8AImpl_EnumDevicesBySemantics(), IDirectInputAImpl_EnumDevices(), JoystickAGenericImpl_GetDeviceInfo(), test_build_action_map(), and test_GetDeviceInfo().
GUID DIDEVICEINSTANCEA::guidFFDriver |
Definition at line 418 of file dinput.h.
Referenced by JoystickAGenericImpl_GetDeviceInfo().
GUID DIDEVICEINSTANCEA::guidInstance |
Definition at line 413 of file dinput.h.
Referenced by enum_devices(), enum_semantics_callback(), EnumAllFeedback(), enumeration_callback(), EnumJoysticks(), fill_keyboard_dideviceinstanceA(), fill_mouse_dideviceinstanceA(), IDirectInput8AImpl_EnumDevicesBySemantics(), JoystickAGenericImpl_GetDeviceInfo(), test_build_action_map(), and test_GetDeviceInfo().
GUID DIDEVICEINSTANCEA::guidProduct |
Definition at line 414 of file dinput.h.
Referenced by EnumAllFeedback(), EnumJoysticks(), fill_keyboard_dideviceinstanceA(), fill_mouse_dideviceinstanceA(), JoystickAGenericImpl_GetDeviceInfo(), and test_GetDeviceInfo().
Definition at line 416 of file dinput.h.
Referenced by enum_devices(), EnumAllFeedback(), EnumJoysticks(), fill_keyboard_dideviceinstanceA(), fill_mouse_dideviceinstanceA(), and JoystickAGenericImpl_GetDeviceInfo().
Definition at line 417 of file dinput.h.
Referenced by EnumAllFeedback(), EnumJoysticks(), fill_keyboard_dideviceinstanceA(), fill_mouse_dideviceinstanceA(), and JoystickAGenericImpl_GetDeviceInfo().
WORD DIDEVICEINSTANCEA::wUsage |
Definition at line 420 of file dinput.h.
Referenced by EnumAllFeedback(), EnumJoysticks(), and JoystickAGenericImpl_GetDeviceInfo().
WORD DIDEVICEINSTANCEA::wUsagePage |
Definition at line 419 of file dinput.h.
Referenced by EnumAllFeedback(), EnumJoysticks(), and JoystickAGenericImpl_GetDeviceInfo().