vegastrike
0.5.1.r1
|
Public Member Functions | |
virtual | ~ShipCommands () |
ShipCommands () | |
void | pymenu () |
void | left (bool *isKeyDown) |
void | right (bool *isKeyDown) |
void | up (bool *isKeyDown) |
void | down (bool *isKeyDown) |
void | roll (bool *isKeyDown) |
void | setkps (const char *in) |
Definition at line 17 of file ship_commands.cpp.
|
inlinevirtual |
Definition at line 34 of file ship_commands.cpp.
|
inline |
Definition at line 39 of file ship_commands.cpp.
void ShipCommands::down | ( | bool * | isKeyDown) |
Definition at line 110 of file ship_commands.cpp.
void ShipCommands::left | ( | bool * | isKeyDown) |
Definition at line 98 of file ship_commands.cpp.
void ShipCommands::pymenu | ( | ) |
Definition at line 93 of file ship_commands.cpp.
void ShipCommands::right | ( | bool * | isKeyDown) |
Definition at line 102 of file ship_commands.cpp.
void ShipCommands::roll | ( | bool * | isKeyDown) |
Definition at line 114 of file ship_commands.cpp.
void ShipCommands::setkps | ( | const char * | in) |
Definition at line 121 of file ship_commands.cpp.
void ShipCommands::up | ( | bool * | isKeyDown) |
Definition at line 106 of file ship_commands.cpp.