Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TODO] Implement GetKeyStates #7

Closed
sbplat opened this issue Oct 11, 2022 · 0 comments · Fixed by #18
Closed

[TODO] Implement GetKeyStates #7

sbplat opened this issue Oct 11, 2022 · 0 comments · Fixed by #18
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sbplat
Copy link
Owner

sbplat commented Oct 11, 2022

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.

@sbplat sbplat added enhancement New feature or request good first issue Good for newcomers win32 labels Oct 11, 2022
@sbplat sbplat self-assigned this Oct 14, 2022
@sbplat sbplat mentioned this issue Oct 14, 2022
5 tasks
@sbplat sbplat changed the title [TODO] Implement Macro::Keyboard::GetState (Win32) [TODO] Implement Macro::Keyboard::GetState Oct 14, 2022
@sbplat sbplat changed the title [TODO] Implement Macro::Keyboard::GetState [TODO] Implement GetKeyStates Oct 14, 2022
@sbplat sbplat removed the win32 label Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant