|
#include <CATDIJoystick.h>

Definition at line 19 of file CATDIJoystick.h.
Public Member Functions | |
| CATDIJoystick (IDirectInput8 *diInput) | |
| virtual | ~CATDIJoystick () |
| virtual bool | Configure (HWND hwnd) |
| bool | Init (DIDEVICEINSTANCE *devInstance) |
| virtual bool | GetStatus (CATJOYSTICKSTRUCT &status) |
Static Protected Member Functions | |
| static BOOL CALLBACK | AxesCallback (LPCDIDEVICEOBJECTINSTANCE lpddoi, LPVOID pvRef) |
Protected Attributes | |
| IDirectInput8 * | fDirectInput |
| IDirectInputDevice8 * | fInputDevice |
| DIDEVCAPS | fInputDevCaps |
1.5.4