mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Various improvements toward getting high scores working again.
This commit is contained in:
@@ -136,6 +136,9 @@ namespace GpKeyboardInputEventTypes
|
||||
kDown,
|
||||
kUp,
|
||||
kAuto,
|
||||
|
||||
kDownChar,
|
||||
kAutoChar,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -173,6 +176,7 @@ struct GpKeyboardInputEvent
|
||||
GpKeyboardInputEventType_t m_eventType;
|
||||
GpKeyIDSubset_t m_keyIDSubset;
|
||||
KeyUnion m_key;
|
||||
uint32_t m_repeatCount; // For down and auto events, number of types to repeat this keystroke (if multiple auto-repeated events get compacted)
|
||||
};
|
||||
|
||||
struct GpGamepadAnalogAxisEvent
|
||||
|
Reference in New Issue
Block a user