mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
touch: fix indicators showing in touch overlay, disable additional gestures (#791)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user