gedi::JoystickState Class Reference

#include <Joystick.h>

Inherits gedi::Joystick.

Inheritance diagram for gedi::JoystickState:

[legend]
Collaboration diagram for gedi::JoystickState:
[legend]
List of all members.

Public Member Functions

 JoystickState (void)
gedi::Bool32 IsButtonDownState (gedi::UInt32 iButton)

Protected Attributes

gedi::Bool32 m_bKeyUpState [256]

Detailed Description

Extends the gedi::Joystick class with a key automaton. (RC)


Constructor & Destructor Documentation

gedi::JoystickState::JoystickState ( void   ) 

Constructor.


Member Function Documentation

gedi::Bool32 gedi::JoystickState::IsButtonDownState ( gedi::UInt32  iButton  ) 

Returns true if a button has transitioned to down state. (RC)

Parameters:
iButton DirectInput keyboard constant.


Member Data Documentation

gedi::Bool32 gedi::JoystickState::m_bKeyUpState[256] [protected]

Our key state


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