Skip to content

Commit 58d7471

Browse files
committed
Added xml comment to function.
1 parent 9ac2cd4 commit 58d7471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

XMapLib/KeyboardInputPoller.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ namespace sds
3535
KeyboardInputPoller& operator=(KeyboardInputPoller&& other) = delete;
3636
~KeyboardInputPoller() = default;
3737

38+
/// <summary>Returns copy and clears internal one.</summary>
3839
std::vector<XINPUT_KEYSTROKE> getAndClearStates() const
3940
{
4041
return m_workThread->GetAndClearCurrentStates();

0 commit comments

Comments
 (0)