GestureSign
GestureSign copied to clipboard
A gesture recognition software for Windows tablet
i cant create any shurtcut with windows apps
Hello: Today I was unable to run any Microsoft program. This is only the Office programs, opening a web browser, launching sticky notes works fine. This is happening on both...
这个软件可以直接用手势调用浏览器搜索选中的关键词 还可以用手势直接打开文本选中的网址 觉得这两个功能可以学习过来
I want to simulate a middle-click on a touchscreen to close the window in Timeline (Win+Tab) but with no effect. The same gesture works for other applications and sends normal...
Hi, I'm moving from MacOS and BetterTouchTool, and I'm missing one type of gestures - the tip taps. There, I could do a gesture like this: first I hold down...
This program is great, but the usage is confusing. I haven't been able to find any guide, and I am slowly discovering new features, but an organised list would be...
First of all, I can say the most useful app I've had download on window store so far! Second, Im having fun with the app and want to do and...
Also, `finger__...` doesn't seem to work.
在我的项目中如果使用pointer.PointerFlags = PointerFlags.Up时,模拟单击没有问题,但是如果是双击,那么模拟的结果大部分时候不生效,所以我查看了微软文档: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-injecttouchinput 当我将代码修改为如下时: if (_pointerIdList.TryGetValue(currentPointerInfo.PointerID, out var pointerId) is false) continue; _pointerIdList.Remove(currentPointerInfo.PointerID); pointer.PointerFlags = PointerFlags.Up; if (_pointerIdList.Count == 0) { pointer.PointerFlags |= PointerFlags.InRange; } pointer.PointerID = pointerId; _idPool.Enqueue(pointerId);...
Environment.SpecialFolder.CommonProgramFiles in TouchKeyboardUI.xaml.cs give back wrong value if 32 bit process on 64 bit OS is running. TipTap.exe could not be startet then. Solution could be: Environment.GetEnvironmentVariable("CommonProgramW6432") + @"\Microsoft Shared\ink\TabTip.exe")