#include <dxInput8.h>
Public Member Functions | |
DInput8Info (void) | |
~DInput8Info (void) | |
bool | InitDirectInput (void) |
bool | CreateJoystickOrPad (HWND hWnd) |
bool | ReadJoystick (int devnum, DIJOYSTATE2 &js) |
Public Attributes | |
HINSTANCE | _hDInputDLL |
UINT_PTR | _JoystickPollTimer |
LPDIRECTINPUT8 | _pDInput8 |
DI_DeviceInfos | _DevInfos |
vector< LPDIRECTINPUTDEVICE8 > | _DeviceList |
vector< DIDEVCAPS > | _DevCaps |
|
Definition at line 39 of file dxInput8.cxx. References _hDInputDLL, _JoystickPollTimer, _pDInput8, and NULL. |
|
Definition at line 45 of file dxInput8.cxx. References _DeviceList, _hDInputDLL, _pDInput8, NULL, and SAFE_RELEASE. |
|
Definition at line 105 of file dxInput8.cxx. References _DevCaps, _DeviceList, _DevInfos, _pDInput8, D3DERRORSTRING, DX_DECLARE_CLEAN, EnumObjectsCallbackJoystick(), and NULL. |
|
Definition at line 62 of file dxInput8.cxx. References _DevInfos, _hDInputDLL, _pDInput8, D3DERRORSTRING, DIRECTINPUT_VERSION, EnumGameCtrlsCallback(), NULL, and VOID(). |
|
Definition at line 219 of file dxInput8.cxx. References _DeviceList, D3DERRORSTRING, and NULL. |
|
Definition at line 42 of file dxInput8.h. Referenced by CreateJoystickOrPad(). |
|
Definition at line 41 of file dxInput8.h. Referenced by CreateJoystickOrPad(), ReadJoystick(), and ~DInput8Info(). |
|
Definition at line 38 of file dxInput8.h. Referenced by CreateJoystickOrPad(), and InitDirectInput(). |
|
Definition at line 35 of file dxInput8.h. Referenced by DInput8Info(), InitDirectInput(), and ~DInput8Info(). |
|
Definition at line 36 of file dxInput8.h. Referenced by DInput8Info(). |
|
Definition at line 37 of file dxInput8.h. Referenced by CreateJoystickOrPad(), DInput8Info(), InitDirectInput(), and ~DInput8Info(). |