#include "tcyc_input.h"
#include "main.h"
#include "tcyc_menu.h"
#include "Player.h"
#include "Options.h"
#include "libwiigui/gui.h"
#include "PowerupUtils.h"
Go to the source code of this file.
Functions | |
void | TCYC_ProcessInput () |
Process player input during game mode. | |
void | TCYC_ProcessEditModeInput () |
Process player input during edit mode. | |
bool | PausePressedAnyPlayer () |
Returns true if any player pressed pause. | |
Variables | |
Player * | g_players |
the player instances | |
int | g_tcycMenu |
the current menu state | |
Options * | g_options |
the global options | |
GuiTrigger | userInput [4] |
user input | |
bool | g_isClassicMode |
classic mode |
Definition in file tcyc_input.cpp.