SCameraKeyMap Struct Reference

#include <SPhysicsStructs.h>

List of all members.

Public Member Functions

 SCameraKeyMap ()
 The default constructor.
 SCameraKeyMap (ENUMERATED_ACTION a, EKEY_CODE k)
 A constructor used to avoid declaring this structure.

Public Attributes

ENUMERATED_ACTION action
 Enum to store the action that will be done by the current key.
EKEY_CODE key
 The key to be checked for press.


Detailed Description

Camera Keymap struct. Use this struct to assign a keymap for camera movement.


Constructor & Destructor Documentation

SCameraKeyMap::SCameraKeyMap (  )  [inline]

The default constructor.

SCameraKeyMap::SCameraKeyMap ( ENUMERATED_ACTION  a,
EKEY_CODE  k 
) [inline]

A constructor used to avoid declaring this structure.


Member Data Documentation

ENUMERATED_ACTION SCameraKeyMap::action

Enum to store the action that will be done by the current key.

EKEY_CODE SCameraKeyMap::key

The key to be checked for press.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 15 00:25:18 2007 for IPhysics by  doxygen 1.5.1-p1