December 25, 200322 yr What program would I use to add a keyboard command to a mouse click area on a 2d panel? I want to turn a knob that currently can only be turned with a mouse click. Can I add a keyboard command to that knob? Panel will not be visible, so the keyboard command needs work without the panel havng focus.Thanks and Merry Christmas,Richard
December 26, 200322 yr Only possible with C/C++. You might want to check out DirectInput for this purpose.
Create an account or sign in to comment