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 / Left click #5

Open gmartin4 opened 11 years ago

gmartin4 commented 11 years ago

Hello,

According from what I am experiencing, it's looks like whenever you click to do a right clic, it does a left clic first then do a right clic.

It's a problem because some application are expecting a direct right clic. So you should rebuild the trigger, to be sure to send a left clic or a right clic to the OS.

I don't know if I am clear.

Best regards