gitadora: use native touch for single-window mode (#828)

## Link to GitHub Issue or related Pull Request, if one exists
#814 

## Description of change
Make gitadora arena model use native touch instead of wintouchemu. Only
single window mode with overlay is affected.

This removes the last consumer of `INJECT_MOUSE_AS_WM_TOUCH` so all of
that code can be deleted.

## Testing
Tested touch screen and mouse interaction with single window mode.
This commit is contained in:
bicarus
2026-07-22 01:36:06 -07:00
committed by GitHub
parent 09ed8b948c
commit 00c8bb8ce6
4 changed files with 5 additions and 170 deletions
-2
View File
@@ -6,8 +6,6 @@ namespace wintouchemu {
// settings
extern bool FORCE;
extern bool INJECT_MOUSE_AS_WM_TOUCH;
extern bool LOG_FPS;
extern bool ADD_TOUCH_FLAG_PRIMARY;
void hook(const char *window_title, HMODULE module = nullptr);