#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 20 Oct 2019 12:00:49 +0200
changeset 8851 12e4e4b97d0a
parent 8850 aa69e3c0cc85
child 8852 3ef1ae558f0e
#DOCUMENTATION by exept class: WindowSensor comment/format in: #anyButtonPressed
WindowSensor.st
--- a/WindowSensor.st	Sun Oct 20 12:00:23 2019 +0200
+++ b/WindowSensor.st	Sun Oct 20 12:00:49 2019 +0200
@@ -3127,8 +3127,8 @@
 
 anyButtonPressed
     "ST-80 compatibility: return true, if any mouse button is pressed.
-     You should no use it in 'normal' applications.
-     Instead, keep track of the buttons state in your views or controllers
+     You should not use it in 'normal' applications.
+     Instead, keep track of the buttons state in your view's or controller's
      button-event methods."
 
     ^ leftButtonDown or:[middleButtonDown or:[rightButtonDown]]