Proscene HIDevice implementation and mimicking mouse events
in
Contributed Library Questions
•
2 years ago
Hi there,
I'm utilising the new release of Proscene for a multitouch application I am working on for a uni project (University of Sydney represent!) which is controlled on a 42" TUIO-enabled multitouch surface.
The new HIDevice class is fantastic and just what I needed, as I can 'feed' the TUIO events directly into camera navigation.
However what I need now is the ability to simulate the CameraProfile mouse controls via TUIO events. So for example, if one TUIO cursor is 'clicked' onto the surface, that simulates a mouse click; and by clicking/dragging over an InteractiveFrame object, you can move it around just like if using a mouse.
I have not found an easy way to do this, and the HIDevice class at the moment only offers methods to feed translation and rotation variables.
Can someone suggest a way for me to access the mouse-specific methods (selecting/dragging an InteractiveFrame, ZOOM ON REGION etc) via TUIO events?
p.s. I love proscene so much, its made my love for Processing even stronger than ever =)
______________________
Mark C Mitchell
2