How to detect a longpress in delphi (managing right clicks on touch devices)?

86 Views Asked by At

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?

0

There are 0 best solutions below