forked from mirror/OpenTTD
(svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseLoop from the new InitLoop() (more in the spirit of HandleKeypress()).
This commit is contained in:
2
window.h
2
window.h
@@ -566,7 +566,7 @@ void InitWindowSystem(void);
|
||||
void UnInitWindowSystem(void);
|
||||
void ResetWindowSystem(void);
|
||||
int GetMenuItemIndex(Window *w, int x, int y);
|
||||
void MouseLoop(void);
|
||||
void InputLoop(void);
|
||||
void UpdateWindows(void);
|
||||
void InvalidateWidget(Window *w, byte widget_index);
|
||||
|
||||
|
Reference in New Issue
Block a user