My goal for this is to keep track of the number of times the user presses the following buttons:
The users won't be inputting any of these actions directly to the form itself so I'm guessing a timer using GetAsyncKeyState?
Any step in the right direction would be appreciated. Thanks in advance!
- Left/Right Click
- Q
- W
- E
- Space Bar
The users won't be inputting any of these actions directly to the form itself so I'm guessing a timer using GetAsyncKeyState?
Any step in the right direction would be appreciated. Thanks in advance!