You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track key up/down events from the keyboard hook (see src/win32/keyboard_events.cpp) using a std::map and return a const reference of the map for GetState.
The text was updated successfully, but these errors were encountered:
Track key up/down events from the keyboard hook (see
src/win32/keyboard_events.cpp
) using a std::map and return a const reference of the map forGetState
.The text was updated successfully, but these errors were encountered: