From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/struct_key_map_entry.html | 361 +++++++++++++++++++++++++++++ 1 file changed, 361 insertions(+) create mode 100644 Doc/doxygen/html/struct_key_map_entry.html (limited to 'Doc/doxygen/html/struct_key_map_entry.html') diff --git a/Doc/doxygen/html/struct_key_map_entry.html b/Doc/doxygen/html/struct_key_map_entry.html new file mode 100644 index 0000000..edebc2c --- /dev/null +++ b/Doc/doxygen/html/struct_key_map_entry.html @@ -0,0 +1,361 @@ + + + + + +Starshatter_Open: KeyMapEntry Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <MotionController.h>

+ +

List of all members.

+ + + + + + +

+Public Member Functions

 KeyMapEntry ()
 KeyMapEntry (int a, int k, int s=0, int j=0)
int operator== (const KeyMapEntry &k) const
int operator!= (const KeyMapEntry &k) const
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + +

+Public Attributes

int act
int key
int alt
int joy
+

Detailed Description

+
+

Definition at line 20 of file MotionController.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
KeyMapEntry::KeyMapEntry ()
+
+inline
+
+ +

Definition at line 24 of file MotionController.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KeyMapEntry::KeyMapEntry (int a,
int k,
int s = 0,
int j = 0 
)
+
+inline
+
+ +

Definition at line 25 of file MotionController.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
int KeyMapEntry::operator!= (const KeyMapEntryk) const
+
+inline
+
+ +

Definition at line 28 of file MotionController.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int KeyMapEntry::operator== (const KeyMapEntryk) const
+
+inline
+
+ +

Definition at line 27 of file MotionController.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* KeyMapEntry::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 22 of file MotionController.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int KeyMapEntry::act
+
+ +

Definition at line 30 of file MotionController.h.

+ +
+
+ +
+
+ + + + +
int KeyMapEntry::alt
+
+ +

Definition at line 32 of file MotionController.h.

+ +
+
+ +
+
+ + + + +
int KeyMapEntry::joy
+
+ +

Definition at line 33 of file MotionController.h.

+ +
+
+ +
+
+ + + + +
int KeyMapEntry::key
+
+ +

Definition at line 31 of file MotionController.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.1