RobCozzens
Programmer
I want to see if certain keys are pressed so I can scroll a window if the user is holding down the space bar.
Windows.Forms.Control has the static property ModifierKeys, but that only works for SHIFT, CTRL, and ALT. I need something that works the same way for any key.
Windows.Forms.Control has the static property ModifierKeys, but that only works for SHIFT, CTRL, and ALT. I need something that works the same way for any key.