users of my win32 application when running on a touch device such as a Win8 Tablet experience he problem of LackofRightClick.
is there a way to make te popupmenu appear when using a single finger?
Somehow "Longpress = RightClick.OnClick"... (by somehow telling windows that I want to use longpress as RightClick, so when user lonpresses with finger the system shows the popupmenu)
Is it possible? Which are other solutions anyone foudn for a similar context?