ecologylab / EcoTUIODriver

Diver to convert tuio touch events into windows touch events. Started as GSoC 2012 project.
39 stars 23 forks source link

Right click #2

Open gmartin4 opened 11 years ago

gmartin4 commented 11 years ago

Hello,

How do we do the right click ? no matter what I am doing, no right click.

regards

bilhamil commented 11 years ago

Right click is outside the scope of this project. We send touch events to the os at the driver level. Right click is an interpretted gesture by the OS, this may be manifest in a long touch or tapping a second touch.

bilhamil commented 11 years ago

You may have to enable hold to right click in the touch and pen settings to get this to work.

gmartin4 commented 11 years ago

all right, I will figure this out, so you can close this issue.