#include "global.h"
#include "ScreenSound.h"
#include "MercuryScreenManager.h"
#include "MercuryInput.h"
#include "MercuryLog.h"
#include "MercuryDisplay.h"
#include "MercuryTheme.h"
#include "MercurySoundManager.h"
#include "MercuryObjectFactory.h"
Go to the source code of this file.
Defines | |
#define | MC_INPUTMAPPED 1 |
#define | MC_INPUTUNMAPPED 2 |
Functions | |
KeyMappingWithCode (button_a,"0-97") | |
KeyMappingWithCode (button_s,"0-115") | |
KeyMappingWithCode (button_d,"0-100") | |
KeyMappingWithCode (button_w,"0-119") | |
KeyMappingWithCode (button_up,"0-273") | |
KeyMappingWithCode (button_down,"0-274") | |
REGISTER_SCREEN_CLASS (ScreenSound) ScreenSound |
#define MC_INPUTMAPPED 1 |
#define MC_INPUTUNMAPPED 2 |
KeyMappingWithCode | ( | button_down | , | |
"0-274" | ||||
) |
KeyMappingWithCode | ( | button_up | , | |
"0-273" | ||||
) |
KeyMappingWithCode | ( | button_w | , | |
"0-119" | ||||
) |
KeyMappingWithCode | ( | button_d | , | |
"0-100" | ||||
) |
KeyMappingWithCode | ( | button_s | , | |
"0-115" | ||||
) |
KeyMappingWithCode | ( | button_a | , | |
"0-97" | ||||
) |
REGISTER_SCREEN_CLASS | ( | ScreenSound | ) |
Definition at line 18 of file ScreenSound.cpp.