DeviceWorkstation.st
changeset 8849 814b97e7dff5
parent 8803 28115af369c8
child 8856 fe501b1053b8
--- a/DeviceWorkstation.st	Sun Oct 20 10:58:24 2019 +0200
+++ b/DeviceWorkstation.st	Sun Oct 20 10:59:51 2019 +0200
@@ -7817,7 +7817,10 @@
 !
 
 anyButtonPressed
-    "return true, if the any button is currently pressed"
+    "return true, if the any button is currently pressed.
+     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."
 
     ^ (self buttonStates bitAnd:self anyButtonStateMask) ~~ 0