Etterna
0.74.4
Loading...
Searching...
No Matches
src
Etterna
Screen
Others
ScreenTestInput.h
1
/* ScreenTestInput - Display pressed keys. */
2
3
#ifndef SCREEN_TEST_INPUT_H
4
#define SCREEN_TEST_INPUT_H
5
6
#include "ScreenWithMenuElements.h"
7
8
class
ScreenTestInput
:
public
ScreenWithMenuElements
9
{
10
public
:
11
bool
Input(
const
InputEventPlus
& input)
override
;
12
13
bool
MenuStart(
const
InputEventPlus
& input)
override
;
14
bool
MenuBack(
const
InputEventPlus
& input)
override
;
15
};
16
17
#endif
InputEventPlus
Holds a device input plus Game/Menu translations.
Definition
InputEventPlus.h:9
ScreenTestInput
Definition
ScreenTestInput.h:9
ScreenWithMenuElements
Definition
ScreenWithMenuElements.h:12
Generated by
1.9.8