#include "global.h"#include "ScreenDebugOverlay.h"#include "MercuryScreenManager.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 |
| #define | MC_RENDERSTATS 3 |
| #define | MC_TEXTURESTATS 4 |
Functions | |
| KeyMappingWithCode (button_F1,"0-282") | |
| REGISTER_SCREEN_CLASS (ScreenDebugOverlay) ScreenDebugOverlay | |
| #define MC_INPUTMAPPED 1 |
| #define MC_INPUTUNMAPPED 2 |
| #define MC_RENDERSTATS 3 |
| #define MC_TEXTURESTATS 4 |
| KeyMappingWithCode | ( | button_F1 | , | |
| "0-282" | ||||
| ) |
| REGISTER_SCREEN_CLASS | ( | ScreenDebugOverlay | ) |
Definition at line 12 of file ScreenDebugOverlay.cpp.