sean-e / mTroll

mTroll is the software MIDI control engine part of a hybrid hardware/software MIDI foot controller, but can be used standalone on Windows.
http://www.creepingfog.com/mTroll/
GNU General Public License v3.0
4 stars 0 forks source link

disable press-hold gesture #3

Closed sean-e closed 6 years ago

sean-e commented 6 years ago

see if disabling the press-hold gesture improves experience on touch screens. https://blogs.msdn.microsoft.com/oldnewthing/20170227-00/?p=95585

GESTURECONFIG config;
config.dwID = 0;
config.dwWant = 0;
config.dwBlock = GC_ALLGESTURES;
SetGestureConfig(hwnd, 0, 1, &config, sizeof(config));
sean-e commented 6 years ago

implemented in 4b0fd43aa93542652cc7f85ec42782c268c7dd1c