#include "global.h"#include "ScreenTitle.h"#include "MercuryScreenManager.h"#include "MercuryLoadableModel.h"#include "MercuryInput.h"#include "MercuryLog.h"#include "MercuryTheme.h"#include "MercuryDisplay.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_t,"0-116") | |
| KeyMappingWithCode (button_u,"0-117") | |
| REGISTER_SCREEN_CLASS (ScreenHgTitle) ScreenHgTitle | |
| #define MC_INPUTMAPPED 1 |
| #define MC_INPUTUNMAPPED 2 |
| KeyMappingWithCode | ( | button_u | , | |
| "0-117" | ||||
| ) |
| KeyMappingWithCode | ( | button_t | , | |
| "0-116" | ||||
| ) |
| KeyMappingWithCode | ( | button_c | , | |
| "0-99" | ||||
| ) |
| KeyMappingWithCode | ( | button_b | , | |
| "0-98" | ||||
| ) |
| KeyMappingWithCode | ( | button_a | , | |
| "0-97" | ||||
| ) |
| REGISTER_SCREEN_CLASS | ( | ScreenHgTitle | ) |
Definition at line 23 of file ScreenTitle.cpp.