Various improvements toward getting high scores working again.

This commit is contained in:
elasota
2020-02-02 01:38:38 -05:00
parent 7cb6994f90
commit 265db139c8
48 changed files with 729 additions and 488 deletions

View File

@@ -10,7 +10,7 @@ struct TimeTaggedVOSEvent
static TimeTaggedVOSEvent Create(const GpVOSEvent &vosEvent, uint32_t timestamp);
// Helpers for common cases
bool IsKeyDownEvent() const;
bool IsKeyDownEvent() const; // Only returns true for untranslated keydown events
bool IsLMouseDownEvent() const;
bool IsLMouseUpEvent() const;
};