InputSystem: add comment to field

This commit is contained in:
Kawe Mazidjatari 2023-12-24 15:15:17 +01:00
parent 0067a57aa8
commit 44cf99acc1

View File

@ -111,6 +111,8 @@ private:
// Button events
InputEvent_t m_Events[BUTTON_EVENT_COUNT];
// Current event
InputEvent_t m_CurrentEvent;
DWORD m_StartupTimeTick;