touch: fix indicators showing in touch overlay, disable additional gestures (#791)

This commit is contained in:
bicarus
2026-07-11 00:24:36 -07:00
committed by GitHub
parent c3fcf2f417
commit f52eaea76c
8 changed files with 191 additions and 67 deletions
+4
View File
@@ -22,6 +22,7 @@
#include "util/utils.h"
#include "handler.h"
#include "touch_gestures.h"
#include "win7.h"
#include "win8.h"
@@ -751,6 +752,9 @@ void touch_create_wnd(HWND hWnd, bool overlay) {
ShowWindow(touch_window, SW_SHOWNOACTIVATE);
UpdateWindow(touch_window);
// disable the OS touch contact visualization for our own touch window
disable_touch_gestures(touch_window);
// register
touch_register_window(touch_window);