Plugin Installers

Duane T Williams duane at cmu.edu
Sun Feb 25 23:02:29 UTC 2001


>So if you could added to the end of processMouseEvent
>
>EventSensor>>processMouseEvent: t1
>...
>
>	Transcript show: mouseButtons; space
>
>
>On mouse movement it should print 0. It will stop printing 0 if you
>stop moving the mouse
>
>On a mouse click it should print  4 4 0 0

I did this and here is what appeared in the Transcript:

0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 0 0
----QUIT----#(25 February 2001 5:50:52 pm)

It does appear to have printed zeros as I moved the mouse around, but it
also treated those mouse moves as mouse clicks.

-Duane





More information about the Squeak-dev mailing list