Add option to mirror in read-only

Add an option to disable device control: -n/--no-control.
This commit is contained in:
Romain Vimont 2019-03-02 22:40:51 +01:00
commit 8655ba7197
6 changed files with 92 additions and 32 deletions

View file

@ -11,6 +11,7 @@ struct input_manager {
struct controller *controller;
struct video_buffer *video_buffer;
struct screen *screen;
SDL_bool control;
};
void