#include <CSDLInput.h>
Public Attributes | |
LPDIRECTINPUTDEVICE7 | pDevice |
Pointer on the DirectInput input device. | |
DIJOYSTATE | State |
Most recent state of the joystick, filled on last update. | |
bool | Opened |
Is the joystick _supposed_ to be opened? Updated on each general update. | |
SDL_Joystick * | pDevice |
Pointer on the SDLInput input device. | |
SDLJOYSTATE | State |
Most recent state of the joystick, filled on last update (has been DIJOYSTATE). |
The SJoystick structure contains information about one joystick created by SDLInput.
LPDIRECTINPUTDEVICE7 SJoystick::pDevice |
Pointer on the DirectInput input device.
DIJOYSTATE SJoystick::State |
Most recent state of the joystick, filled on last update.
bool SJoystick::Opened |
Is the joystick _supposed_ to be opened? Updated on each general update.
SDL_Joystick* SJoystick::pDevice |
Pointer on the SDLInput input device.
Most recent state of the joystick, filled on last update (has been DIJOYSTATE).