WindowEvent.st
changeset 1863 18f36adfb4e8
parent 1862 e56d9a7389bb
child 1885 e1021e9ed342
--- a/WindowEvent.st	Wed Aug 13 22:20:02 1997 +0200
+++ b/WindowEvent.st	Wed Aug 13 23:04:27 1997 +0200
@@ -186,6 +186,12 @@
     "Created: 4.4.1997 / 13:58:25 / cg"
 !
 
+inputEvent
+    ^ InputEvent
+
+    "Created: 13.8.1997 / 23:03:02 / cg"
+!
+
 keyboardEvent
     ^ KeyboardEvent
 
@@ -912,5 +918,5 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.46 1997-08-13 20:19:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.47 1997-08-13 21:04:27 cg Exp $'
 ! !