[squeak-dev] Set cursor position primitive does not work

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Set cursor position primitive does not work

Hong Yi

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

 


From: Hong Yi [mailto:[hidden email]]
Sent: Monday, February 25, 2008 11:54 AM
To: [hidden email]
Cc: [hidden email]
Subject: [croquet-dev] Set cursor position primitive does not work

 

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