#include "ScreenNetTester.h"#include "MercuryInput.h"#include "MercuryDisplay.h"#include "MercuryTheme.h"Go to the source code of this file.
Functions | |
| KeyMappingWithCode (button_a,"0-97") | |
| KeyMappingWithCode (button_s,"0-115") | |
| KeyMappingWithCode (button_d,"0-100") | |
| KeyMappingWithCode (button_w,"0-119") | |
| KeyMappingWithCode (button_c,"0-99") | |
| KeyMappingWithCode (button_b,"0-98") | |
| REGISTER_SCREEN_CLASS (ScreenNetTester) ScreenNetTester | |
| KeyMappingWithCode | ( | button_b | , | |
| "0-98" | ||||
| ) |
| KeyMappingWithCode | ( | button_c | , | |
| "0-99" | ||||
| ) |
| KeyMappingWithCode | ( | button_w | , | |
| "0-119" | ||||
| ) |
| KeyMappingWithCode | ( | button_d | , | |
| "0-100" | ||||
| ) |
| KeyMappingWithCode | ( | button_s | , | |
| "0-115" | ||||
| ) |
| KeyMappingWithCode | ( | button_a | , | |
| "0-97" | ||||
| ) |
| REGISTER_SCREEN_CLASS | ( | ScreenNetTester | ) |
Definition at line 14 of file ScreenNetTester.cpp.