1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Split off MouseInput.h from Input.h (#22564)

* Move declarations from Input.h into new MouseInput.h

* Remove unused GetNextKey function from MouseInput.cpp
This commit is contained in:
Aaron van Geffen
2024-08-14 15:14:16 +02:00
committed by GitHub
parent 47800cddcf
commit 6e444ea170
10 changed files with 41 additions and 46 deletions

View File

@@ -14,6 +14,7 @@
#include "windows/Window.h"
#include <openrct2-ui/input/InputManager.h>
#include <openrct2-ui/input/MouseInput.h>
#include <openrct2-ui/input/ShortcutManager.h>
#include <openrct2-ui/windows/Window.h>
#include <openrct2/Input.h>