Etterna 0.74.4
Loading...
Searching...
No Matches
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
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
Holds a device input plus Game/Menu translations.
Definition InputEventPlus.h:9
Definition ScreenTestInput.h:9
Definition ScreenWithMenuElements.h:12