window.h
changeset 543 e3b43338096b
parent 424 4c7808af7526
child 588 1b60458bdc29
--- a/window.h	Sat Dec 04 15:02:45 2004 +0000
+++ b/window.h	Sat Dec 04 17:54:56 2004 +0000
@@ -55,6 +55,12 @@
 
 	struct {
 		byte event;
+		Point pt;
+		int widget;
+	} mouseover;
+
+	struct {
+		byte event;
 		bool cont;   // continue the search? (default true)
 		byte ascii;  // 8-bit ASCII-value of the key
 		uint16 keycode;// untranslated key (including shift-state)
@@ -303,6 +309,8 @@
 	WE_RCLICK = 17,
 	WE_KEYPRESS = 18,
 	WE_CREATE = 19,
+	WE_MOUSEOVER = 20,
+	WE_ON_EDIT_TEXT_CANCEL = 21,
 };