[Pharo-project] Why using Sensor instead of World activeHand in Morph code?
Sept. 7, 2011
7:55 p.m.
Morph>>doFastReframe: ptName | newBounds | "For fast display, only higlight the rectangle during loop" newBounds := self boundsInWorld newRectButtonPressedDo: [:f | f withSideOrCorner: ptName setToPoint: Sensor cursorPoint minExtent: self minimumExtent]. Display deferUpdatesIn: Display boundingBox while: [ self bounds: newBounds]. ^newBounds. Stef
5441
Age (days ago)
5441
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stéphane Ducasse