forked from mirror/OpenTTD
(svn r942) -Merged branch/network back into the trunk
This commit is contained in:
8
window.h
8
window.h
@@ -53,6 +53,12 @@ union WindowEvent {
|
||||
int index;
|
||||
} dropdown;
|
||||
|
||||
struct {
|
||||
byte event;
|
||||
Point pt;
|
||||
int widget;
|
||||
} mouseover;
|
||||
|
||||
struct {
|
||||
byte event;
|
||||
bool cont; // continue the search? (default true)
|
||||
@@ -303,6 +309,8 @@ enum WindowEvents {
|
||||
WE_RCLICK = 17,
|
||||
WE_KEYPRESS = 18,
|
||||
WE_CREATE = 19,
|
||||
WE_MOUSEOVER = 20,
|
||||
WE_ON_EDIT_TEXT_CANCEL = 21,
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user