mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Various improvements toward getting high scores working again.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user