# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::CGameDeviceEvent Class Reference

An event from a game device (joystick, joypad ...). More...

#include <game_device_events.h>

Inheritance diagram for NLMISC::CGameDeviceEvent:

NLMISC::CEvent NLMISC::CClassId NLMISC::CGDAxisMoved NLMISC::CGDButton NLMISC::CGDPOVChanged NLMISC::CGDSliderMoved NLMISC::CGDButtonDown NLMISC::CGDButtonUp List of all members.

Public Methods

 CGameDeviceEvent (IGameDevice *gameDevice, IEventEmitter *emitter, const CClassId &classId)

Public Attributes

IGameDeviceGameDevice
 the game device this event come from. More...


Detailed Description

An event from a game device (joystick, joypad ...).

Definition at line 67 of file game_device_events.h.


Constructor & Destructor Documentation

NLMISC::CGameDeviceEvent::CGameDeviceEvent IGameDevice   gameDevice,
IEventEmitter   emitter,
const CClassId   classId
[inline]
 

Definition at line 73 of file game_device_events.h.

References NLMISC::CClassId::CClassId, NLMISC::CEvent::CEvent, and GameDevice.

Referenced by NLMISC::CGDButton::CGDButton.


Member Data Documentation

IGameDevice* NLMISC::CGameDeviceEvent::GameDevice
 

the game device this event come from.

Definition at line 71 of file game_device_events.h.

Referenced by CGameDeviceEvent.


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