|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "dinput.h"#include "wine/list.h"#include "wine/unicode.h"#include "dinput_private.h"#include "device_private.h"

Go to the source code of this file.
Classes | |
| struct | JoystickGenericImpl |
Macros | |
| #define | MAX_PROPS 164 |
| #define | MAX_MAP_BUTTONS 32 |
Typedefs | |
| typedef void | joy_polldev_handler(LPDIRECTINPUTDEVICE8A iface) |
| typedef struct JoystickGenericImpl | JoystickGenericImpl |
| #define MAX_MAP_BUTTONS 32 |
Definition at line 37 of file joystick_private.h.
| #define MAX_PROPS 164 |
Definition at line 33 of file joystick_private.h.
| typedef void joy_polldev_handler(LPDIRECTINPUTDEVICE8A iface) |
Definition at line 39 of file joystick_private.h.
Definition at line 480 of file joystick.c.
Referenced by JoystickWGenericImpl_GetCapabilities().
Definition at line 274 of file joystick.c.
| void dump_DIEFFECT | ( | LPCDIEFFECT | eff, |
| REFGUID | guid, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 190 of file joystick.c.
Definition at line 312 of file joystick.c.
Definition at line 985 of file joystick.c.
Referenced by remap_apply().
Definition at line 1024 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_BuildActionMap | ( | LPDIRECTINPUTDEVICE8A | iface, |
| LPDIACTIONFORMATA | lpdiaf, | ||
| LPCSTR | lpszUserName, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 906 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_GetCapabilities | ( | LPDIRECTINPUTDEVICE8A | iface, |
| LPDIDEVCAPS | lpDIDevCaps | ||
| ) |
Definition at line 554 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_GetDeviceInfo | ( | LPDIRECTINPUTDEVICE8A | iface, |
| LPDIDEVICEINSTANCEA | pdidi | ||
| ) |
Definition at line 689 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_GetDeviceState | ( | LPDIRECTINPUTDEVICE8A | iface, |
| DWORD | len, | ||
| LPVOID | ptr | ||
| ) |
Definition at line 824 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_GetObjectInfo | ( | LPDIRECTINPUTDEVICE8A | iface, |
| LPDIDEVICEOBJECTINSTANCEA | pdidoi, | ||
| DWORD | dwObj, | ||
| DWORD | dwHow | ||
| ) |
Definition at line 586 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_GetProperty | ( | LPDIRECTINPUTDEVICE8A | iface, |
| REFGUID | rguid, | ||
| LPDIPROPHEADER | pdiph | ||
| ) |
Definition at line 680 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_Poll | ( | LPDIRECTINPUTDEVICE8A | iface | ) |
Definition at line 794 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_SetActionMap | ( | LPDIRECTINPUTDEVICE8A | iface, |
| LPDIACTIONFORMATA | lpdiaf, | ||
| LPCSTR | lpszUserName, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 948 of file joystick.c.
| HRESULT WINAPI JoystickAGenericImpl_SetProperty | ( | LPDIRECTINPUTDEVICE8A | iface, |
| REFGUID | rguid, | ||
| LPCDIPROPHEADER | ph | ||
| ) |
Definition at line 473 of file joystick.c.
| HRESULT WINAPI JoystickWGenericImpl_BuildActionMap | ( | LPDIRECTINPUTDEVICE8W | iface, |
| LPDIACTIONFORMATW | lpdiaf, | ||
| LPCWSTR | lpszUserName, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 831 of file joystick.c.
Referenced by JoystickAGenericImpl_BuildActionMap().
| HRESULT WINAPI JoystickWGenericImpl_GetCapabilities | ( | LPDIRECTINPUTDEVICE8W | iface, |
| LPDIDEVCAPS | lpDIDevCaps | ||
| ) |
Definition at line 526 of file joystick.c.
Referenced by JoystickAGenericImpl_GetCapabilities().
| HRESULT WINAPI JoystickWGenericImpl_GetDeviceInfo | ( | LPDIRECTINPUTDEVICE8W | iface, |
| LPDIDEVICEINSTANCEW | pdidi | ||
| ) |
Definition at line 737 of file joystick.c.
| HRESULT WINAPI JoystickWGenericImpl_GetDeviceState | ( | LPDIRECTINPUTDEVICE8W | iface, |
| DWORD | len, | ||
| LPVOID | ptr | ||
| ) |
Definition at line 804 of file joystick.c.
Referenced by JoystickAGenericImpl_GetDeviceState().
| HRESULT WINAPI JoystickWGenericImpl_GetObjectInfo | ( | LPDIRECTINPUTDEVICE8W | iface, |
| LPDIDEVICEOBJECTINSTANCEW | pdidoi, | ||
| DWORD | dwObj, | ||
| DWORD | dwHow | ||
| ) |
Definition at line 563 of file joystick.c.
Referenced by JoystickAGenericImpl_GetObjectInfo().
| HRESULT WINAPI JoystickWGenericImpl_GetProperty | ( | LPDIRECTINPUTDEVICE8W | iface, |
| REFGUID | rguid, | ||
| LPDIPROPHEADER | pdiph | ||
| ) |
Definition at line 610 of file joystick.c.
Referenced by JoystickAGenericImpl_GetProperty().
| HRESULT WINAPI JoystickWGenericImpl_Poll | ( | LPDIRECTINPUTDEVICE8W | iface | ) |
Definition at line 779 of file joystick.c.
Referenced by JoystickAGenericImpl_Poll().
| HRESULT WINAPI JoystickWGenericImpl_SetActionMap | ( | LPDIRECTINPUTDEVICE8W | iface, |
| LPDIACTIONFORMATW | lpdiaf, | ||
| LPCWSTR | lpszUserName, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 936 of file joystick.c.
Referenced by JoystickAGenericImpl_SetActionMap().
| HRESULT WINAPI JoystickWGenericImpl_SetProperty | ( | LPDIRECTINPUTDEVICE8W | iface, |
| REFGUID | rguid, | ||
| LPCDIPROPHEADER | ph | ||
| ) |
Definition at line 398 of file joystick.c.
Referenced by JoystickAGenericImpl_SetProperty().
| HRESULT setup_dinput_options | ( | JoystickGenericImpl * | This, |
| const int * | default_axis_map | ||
| ) |
Definition at line 1038 of file joystick.c.
Definition at line 82 of file joystick.c.
Referenced by dump_DIEFFECT().