diff -r 76381e75d9d2 -r fee0baf5b18e DisplaySurface.st --- a/DisplaySurface.st Mon Feb 11 20:47:07 2002 +0100 +++ b/DisplaySurface.st Mon Feb 11 20:58:38 2002 +0100 @@ -1459,6 +1459,11 @@ "Modified: 6.8.1997 / 19:50:15 / cg" ! +coveredBy:aView + "the receiver has been covered by another view; + we are not interested in that here (but see modalBox for more)." +! + deviceButtonMotion:state x:x y:y "this is the low-level (untransformed) event as received from the device (i.e. coordinates are in device coordinates). @@ -2317,6 +2322,6 @@ !DisplaySurface class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.86 2001-11-15 13:21:10 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.87 2002-02-11 19:58:38 stefan Exp $' ! ! DisplaySurface initialize!