Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
flyjoystick.h
Go to the documentation of this file.
1
#include "
flykeyboard.h
"
2
3
class
FlyByJoystick
:
public
FlyByKeyboard
4
{
5
std::vector< int >whichjoystick;
//which joysticks are bound to this
6
bool
keyboard;
7
public
:
FlyByJoystick
(
unsigned
int
whichplayer
);
8
static
void
JAccelKey
(
KBSTATE
,
float
,
float
,
int
);
9
static
void
JDecelKey
(
KBSTATE
,
float
,
float
,
int
);
10
static
void
JShelt
(
KBSTATE
,
float
,
float
,
int
);
11
static
void
JAB
(
KBSTATE
,
float
,
float
,
int
);
12
13
void
Execute
();
14
virtual
~FlyByJoystick
();
15
};
16
src
cmd
ai
flyjoystick.h
Generated on Fri May 29 2015 23:07:08 for Vegastrike 0.5.1 rc1 by
1.8.4