WindowSensor.st
changeset 4064 37ed1f2d0905
parent 4063 67fcc4362f09
child 4065 215515cb52df
equal deleted inserted replaced
4063:67fcc4362f09 4064:37ed1f2d0905
   636 
   636 
   637 !WindowSensor class methodsFor:'queries'!
   637 !WindowSensor class methodsFor:'queries'!
   638 
   638 
   639 cursorPoint
   639 cursorPoint
   640     "ST-80 compatibility: 
   640     "ST-80 compatibility: 
   641      return the position of the cursor on the current display"
   641      return the position of the cursor on the current display."
   642 
   642 
   643     ^ Screen current pointerPosition
   643     ^ Screen current pointerPosition
   644 
   644 
   645     "
   645     "
   646      WindowSensor cursorPoint
   646      WindowSensor cursorPoint
  3137 ! !
  3137 ! !
  3138 
  3138 
  3139 !WindowSensor class methodsFor:'documentation'!
  3139 !WindowSensor class methodsFor:'documentation'!
  3140 
  3140 
  3141 version
  3141 version
  3142     ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.222 2004-03-03 21:55:23 cg Exp $'
  3142     ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.223 2004-03-04 11:07:50 cg Exp $'
  3143 ! !
  3143 ! !
  3144 
  3144 
  3145 WindowSensor initialize!
  3145 WindowSensor initialize!