We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac2cd4 commit 58d7471Copy full SHA for 58d7471
XMapLib/KeyboardInputPoller.h
@@ -35,6 +35,7 @@ namespace sds
35
KeyboardInputPoller& operator=(KeyboardInputPoller&& other) = delete;
36
~KeyboardInputPoller() = default;
37
38
+ /// <summary>Returns copy and clears internal one.</summary>
39
std::vector<XINPUT_KEYSTROKE> getAndClearStates() const
40
{
41
return m_workThread->GetAndClearCurrentStates();
0 commit comments