Event queue refactor

This commit is contained in:
elasota
2019-12-31 03:55:17 -05:00
parent 84e4f9fb0b
commit 52338a3983
25 changed files with 244 additions and 297 deletions

View File

@@ -5,6 +5,7 @@
//----------------------------------------------------------------------------
//============================================================================
struct GpMouseInputEvent;
//-------------------------------------------------------------- Prototypes
@@ -163,7 +164,7 @@ void ResizeMapWindow (SInt16, SInt16);
void OpenMapWindow (void);
void CloseMapWindow (void);
void ToggleMapWindow (void);
void HandleMapClick (EventRecord *);
void HandleMapClick (const GpMouseInputEvent &);
void MoveRoom (Point);
void DoMarquee (void); // --- Marquee.c