# 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::CGameDeviceDesc Struct Reference

Describe a game device. More...

#include <game_device.h>

List of all members.

Public Types

enum  TDevType { GamePad, Joystick, DontKnow, DevTypeLast }

Public Attributes

enum NLMISC::CGameDeviceDesc::TDevType DevType
std::string InstanceName
std::string ProductName
bool Connected


Detailed Description

Describe a game device.

Definition at line 39 of file game_device.h.


Member Enumeration Documentation

enum NLMISC::CGameDeviceDesc::TDevType
 

Enumeration values:
GamePad 
Joystick 
DontKnow 
DevTypeLast 

Definition at line 42 of file game_device.h.


Member Data Documentation

bool NLMISC::CGameDeviceDesc::Connected
 

Definition at line 48 of file game_device.h.

enum NLMISC::CGameDeviceDesc::TDevType NLMISC::CGameDeviceDesc::DevType
 

std::string NLMISC::CGameDeviceDesc::InstanceName
 

Definition at line 44 of file game_device.h.

std::string NLMISC::CGameDeviceDesc::ProductName
 

Definition at line 46 of file game_device.h.


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