DisplaySurface.st
changeset 3595 fee0baf5b18e
parent 3546 569f41cf6374
child 3606 aeed73d9beb3
equal deleted inserted replaced
3594:76381e75d9d2 3595:fee0baf5b18e
  1457     ]
  1457     ]
  1458 
  1458 
  1459     "Modified: 6.8.1997 / 19:50:15 / cg"
  1459     "Modified: 6.8.1997 / 19:50:15 / cg"
  1460 !
  1460 !
  1461 
  1461 
       
  1462 coveredBy:aView
       
  1463     "the receiver has been covered by another view;
       
  1464      we are not interested in that here (but see modalBox for more)."
       
  1465 !
       
  1466 
  1462 deviceButtonMotion:state x:x y:y
  1467 deviceButtonMotion:state x:x y:y
  1463     "this is the low-level (untransformed) event as received
  1468     "this is the low-level (untransformed) event as received
  1464      from the device (i.e. coordinates are in device coordinates). 
  1469      from the device (i.e. coordinates are in device coordinates). 
  1465      If there is a transformation, apply the inverse
  1470      If there is a transformation, apply the inverse
  1466      and send a #buttonMotion with the logical coordinates.
  1471      and send a #buttonMotion with the logical coordinates.
  2315 ! !
  2320 ! !
  2316 
  2321 
  2317 !DisplaySurface class methodsFor:'documentation'!
  2322 !DisplaySurface class methodsFor:'documentation'!
  2318 
  2323 
  2319 version
  2324 version
  2320     ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.86 2001-11-15 13:21:10 cg Exp $'
  2325     ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.87 2002-02-11 19:58:38 stefan Exp $'
  2321 ! !
  2326 ! !
  2322 DisplaySurface initialize!
  2327 DisplaySurface initialize!