#include "global.h"
#include "ScreenHelloWorld.h"
#include "MercuryTheme.h"
#include "MercuryLog.h"
#include "MercuryUtil.h"
#include "MercuryDisplay.h"
#include "MercuryInput.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_b,"0-98") | |
KeyMappingWithCode (button_c,"0-99") | |
KeyMappingWithCode (button_d,"0-100") | |
REGISTER_SCREEN_CLASS (ScreenHelloWorld) void ScreenHelloWorld |
#define MC_INPUTMAPPED 1 |
Definition at line 9 of file ScreenHelloWorld.cpp.
#define MC_INPUTUNMAPPED 2 |
Definition at line 10 of file ScreenHelloWorld.cpp.
KeyMappingWithCode | ( | button_d | , | |
"0-100" | ||||
) |
KeyMappingWithCode | ( | button_c | , | |
"0-99" | ||||
) |
KeyMappingWithCode | ( | button_b | , | |
"0-98" | ||||
) |
KeyMappingWithCode | ( | button_a | , | |
"0-97" | ||||
) |
REGISTER_SCREEN_CLASS | ( | ScreenHelloWorld | ) |
Definition at line 19 of file ScreenHelloWorld.cpp.