#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 42 of file dxInput8.cxx. References NULL. |
|
Definition at line 48 of file dxInput8.cxx. |
|
Definition at line 108 of file dxInput8.cxx. |
|
Definition at line 65 of file dxInput8.cxx. References _hDInputDLL. |
|
Definition at line 222 of file dxInput8.cxx. |
|
Definition at line 45 of file dxInput8.h. |
|
Definition at line 44 of file dxInput8.h. |
|
Definition at line 41 of file dxInput8.h. Referenced by CreateJoystickOrPad(). |
|
Definition at line 38 of file dxInput8.h. Referenced by InitDirectInput(). |
|
Definition at line 39 of file dxInput8.h. |
|
Definition at line 40 of file dxInput8.h. |