From fc668bb7f5a06f14429b08f6e495a5ea1ae8c8db Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 24 Dec 2023 15:15:17 +0100 Subject: [PATCH] InputSystem: add comment to field --- src/inputsystem/inputsystem.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/inputsystem/inputsystem.h b/src/inputsystem/inputsystem.h index dd266b07..16bbaf30 100644 --- a/src/inputsystem/inputsystem.h +++ b/src/inputsystem/inputsystem.h @@ -111,6 +111,8 @@ private: // Button events InputEvent_t m_Events[BUTTON_EVENT_COUNT]; + + // Current event InputEvent_t m_CurrentEvent; DWORD m_StartupTimeTick;