Aug. 20, 2015
6:32 p.m.
At the moment I do startDrag: evt WorldState addDeferredUIMessage: [ self attachAllSubnodes. evt hand grabMorph: self. evt hand addEventListener: self. ]. with handleListenEvent: anEvent anEvent isMouseUp ifTrue: [ self activeHand removeEventListener: self. self detachAllSubnodes ]. anEvent isMouseMove ifTrue: [ self moved: anEvent ] and moved: anEvent self positionMeInParent: anEvent. self updateParentLine. self nodes do: [ :node | node updateParentLine ] to make sure that I can update the parentLine morph when moving this morph. Is there some documentation on how mouseFocus works? Stephan
3998
Age (days ago)
3998
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stephan Eggermont