I want to add an in-game options menu to my game. On mouse I have this hooked to right-mouse-click event. On Touch I was going to add this as a top or bottom swipe, that seemed to fit the Windows 8/8.1 model for Windows Store Apps.
I recently picked up a Win10 non-touch laptop and it seems like several key UIX models have changed slightly, so I am wondering if top/bottom swipe is still part of the Windows 10 suggested user interface experience fro a touch-enabled device running in
tablet mode?
Even so, when interacting on a touch device the device could be in Desktop mode (not in Tablet mode), with the game in a window, so I need to handle that case as well - perhaps press and hold?
Or perhaps it is just better to add an on-screen Icon that the user can click/touch on and avoid confusion?
Anybody have any thoughts on this in the Windows 10 space?
http://www.puttnutz.com