Sent the following message before I
subscribed to the squeak-dev list and got a pending approval message back. So
just subscribed the list and resend this email to reach squeak-dev community…
Thanks for any response to this question
in advance.
Hong
Hello,
I have been trying to set cursor position to the touch
position in an effort to integrate multi-touch library into a Croquet world I
have developed. Basically, I wrote a listener that can receive multi-touch
events and then map the events to corresponding mouse events which has worked
so far, but I cannot set the cursor position to the touch position by setting
cursorPoint on the Sensor. Then I found this bug filed against Squeak VM that
states “Set cursor position primitive does not work”
http://bugs.squeak.org/view.php?id=2406
Does anybody know the current status of this bug? It appears
it does not work on the Croquet version I am currently using (i.e.,
pre-built/patched version of the current state of the Croquet SDK –
Croquet.1.0.25.image). Does anybody have any experiences with this or any
suggestions on how to make it work?
Thanks,
Hong