mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-05 08:10:40 -07:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user