On Thursday 12 November 2009 06:01:01 pm Esther wrote: > for a UI, I need to distinguish between mouse clicks and mouse drags (mouse > down, move, up). Is there a rather simple way to do this in Squeak? See use of mouseMove: method in John Maloney's excellent tutorial on Morphic: http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/morphic.final.pdf
You can also browse the senders and implementers of mouseMove: for examples. HTH .. Subbu _______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
