I'm trying to make a key visualizer for my son when he plays video games. It's an overlay at the top of your screen that shows the W, A, S, D, SpaceBar, Shift, Right Mouse and Left Mouse which change color when the buttons are clicked.
The only problem is, you have to have the form focused to detect mouse clicks/key presses, and I'm not sure where to start or what to use to code this.
If anyone could help me with only the mouse clicks (I've already started to get the general idea of key presses) that would be great. Thank you in advance!