EX-Display
EX-Display
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MockDisplayInputMethods.h
Go to the documentation of this file.
1/*
2 * © 2024 Peter Cole
3 *
4 * This is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * It is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this code. If not, see <https://www.gnu.org/licenses/>.
16 */
17
18#ifndef MOCKINPUTDISPLAYMETHODS_H
19#define MOCKINPUTDISPLAYMETHODS_H
20
21// createDisplays() dummy implementation due to not using compiler to create them
22#include "DisplayManager.h"
24
25// createInput() dummy implementation due to not using compiler to create it
26#include "InputManager.h"
28
29#endif // MOCKINPUTDISPLAYMETHODS_H
void createDisplays()
Parses the displays configured in myConfig.h and creates the list of displays (this is implemented in...
Definition CreateDeviceMacros.h:29
void createInput()
Call once to create the InputInterface derived input.
Definition CreateDeviceMacros.h:45