It does work ONLY IF you press the button, then touch stylus to screen, hold for a few seconds, then release stylus from screen and button simultaneously. But that's not how it should work. I would love it if something could be done about this.
2 finger operations like pinch for zoom, and scroll with 2 fingers works in the layout view, so it's a bit touch friendly already.
agreed, definitely touch friendly, but support for stylus would make it more awesome!
Ashley I Found this. I dont know if it's of any help but worrh to check out, regarding the touch/stylus issues in win 10.
https://msdn.microsoft.com/en-us/library/windows/desktop/dd371581(v=vs.85).aspx
Found some more links that might help in resolving the issue.
https://msdn.microsoft.com/en-us/library/windows/desktop/dd940543(v=vs.85).aspx
https://msdn.microsoft.com/en-us/library/windows/desktop/ms703320(v=vs.85).aspx
Hope this can resolved. Making games in horizontal mode is great on Sunday mornings when you just don't wanna get out of bed.
Seems like you specifically have to listen for.
ISG_HOLDENTER
ISG_RIGHTTAP
WM_RBUTTONDOWN and WM_RBUTTONUP sent when right click occurs (when pen is lifted).
Develop games in your browser. Powerful, performant & highly capable.
Thanks for keeping this going — I'd love a permanent fix in C2 instead of using workarounds. Hopefully your research helps.