SJoystick Struct Reference

The SJoystick structure contains information about one joystick created by DirectInput. More...

#include <CSDLInput.h>

Collaboration diagram for SJoystick:

Collaboration graph
[legend]

List of all members.

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).


Detailed Description

The SJoystick structure contains information about one joystick created by DirectInput.

The SJoystick structure contains information about one joystick created by SDLInput.


Member Data Documentation

LPDIRECTINPUTDEVICE7 SJoystick::pDevice

Pointer on the DirectInput input device.

DIJOYSTATE SJoystick::State

Most recent state of the joystick, filled on last update.

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).


The documentation for this struct was generated from the following files:

Generated on Sat Oct 18 12:26:49 2008 for Bombermaaan by  doxygen 1.5.5
Visit the Bombermaaan project page
SourceForge.net Logo