#include "ScreenRallyRace.h"
#include "RaceCar.h"
#include "MercuryTheme.h"
#include "MercuryInput.h"
Go to the source code of this file.
Functions | |
REGISTER_SCREEN_CLASS (ScreenRallyRace) | |
KeyMappingWithCode (button_a,"0-97") | |
KeyMappingWithCode (button_b,"0-98") | |
KeyMappingWithCode (button_s,"0-115") | |
KeyMappingWithCode (button_d,"0-100") | |
KeyMappingWithCode (button_w,"0-119") |
KeyMappingWithCode | ( | button_w | , | |
"0-119" | ||||
) |
KeyMappingWithCode | ( | button_d | , | |
"0-100" | ||||
) |
KeyMappingWithCode | ( | button_s | , | |
"0-115" | ||||
) |
KeyMappingWithCode | ( | button_b | , | |
"0-98" | ||||
) |
KeyMappingWithCode | ( | button_a | , | |
"0-97" | ||||
) |
REGISTER_SCREEN_CLASS | ( | ScreenRallyRace | ) |