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/_joystick_8cpp.html | 345 +++++++++++++++++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 Doc/doxygen/html/_joystick_8cpp.html (limited to 'Doc/doxygen/html/_joystick_8cpp.html') diff --git a/Doc/doxygen/html/_joystick_8cpp.html b/Doc/doxygen/html/_joystick_8cpp.html new file mode 100644 index 0000000..496471b --- /dev/null +++ b/Doc/doxygen/html/_joystick_8cpp.html @@ -0,0 +1,345 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/Joystick.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Joystick.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "Joystick.h"
+#include "MachineInfo.h"
+#include "Game.h"
+#include <dinput.h>
+
+

Go to the source code of this file.

+ + + + + + + +

+Macros

#define DIRECTINPUT_VERSION   0x0700
#define JOY_POVUPRIGHT   4500
#define JOY_POVDNRIGHT   13500
#define JOY_POVDNLEFT   22500
#define JOY_POVUPLEFT   31500
+ + + + + + +

+Functions

void DirectInputError (const char *msg, HRESULT err)
char * DIErrStr (HRESULT hr)
void ReleaseDirectInput ()
BOOL FAR PASCAL EnumJoystick (LPCDIDEVICEINSTANCE pdinst, LPVOID pvSelect)
bool CreateDevice (int select)
+ + +

+Variables

const int MAX_DEVICES = 8
+

Macro Definition Documentation

+ +
+
+ + + + +
#define DIRECTINPUT_VERSION   0x0700
+
+ +

Definition at line 20 of file Joystick.cpp.

+ +
+
+ +
+
+ + + + +
#define JOY_POVDNLEFT   22500
+
+ +

Definition at line 26 of file Joystick.cpp.

+ +
+
+ +
+
+ + + + +
#define JOY_POVDNRIGHT   13500
+
+ +

Definition at line 25 of file Joystick.cpp.

+ +
+
+ +
+
+ + + + +
#define JOY_POVUPLEFT   31500
+
+ +

Definition at line 27 of file Joystick.cpp.

+ +
+
+ +
+
+ + + + +
#define JOY_POVUPRIGHT   4500
+
+ +

Definition at line 24 of file Joystick.cpp.

+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + +
bool CreateDevice (int select)
+
+ +

Definition at line 233 of file Joystick.cpp.

+ +
+
+ +
+
+ + + + + + + + +
char * DIErrStr (HRESULT hr)
+
+ +

Definition at line 836 of file Joystick.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void DirectInputError (const char * msg,
HRESULT err 
)
+
+ +

Definition at line 823 of file Joystick.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOL FAR PASCAL EnumJoystick (LPCDIDEVICEINSTANCE pdinst,
LPVOID pvSelect 
)
+
+ +

Definition at line 211 of file Joystick.cpp.

+ +
+
+ +
+
+ + + + + + + +
void ReleaseDirectInput ()
+
+ +

Definition at line 112 of file Joystick.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
const int MAX_DEVICES = 8
+
+ +

Definition at line 32 of file Joystick.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1