FlyByWindowInformation.st
changeset 2340 e51e52c8e849
parent 2314 e65082256c46
child 2352 ed9a6f37f85b
equal deleted inserted replaced
2339:a06d19fe7b32 2340:e51e52c8e849
    37     ^ lastView
    37     ^ lastView
    38 ! !
    38 ! !
    39 
    39 
    40 !FlyByWindowInformation methodsFor:'event handling'!
    40 !FlyByWindowInformation methodsFor:'event handling'!
    41 
    41 
    42 buttonMotion:state x:x y:y view:aView
    42 buttonMotion:buttonAndModifierState x:x y:y view:aView
    43     super buttonMotion:state x:x y:y view:aView.
    43     super buttonMotion:buttonAndModifierState x:x y:y view:aView.
    44     ^ true
    44     ^ true
    45 !
    45 !
    46 
    46 
    47 buttonPress:button x:x y:y view:aView
    47 buttonPress:button x:x y:y view:aView
    48     self stop.
    48     self stop.