0

I have always been hardcoding hotkeys using GetAsyncKeystate() (hotkey is used to show/hide the Application). Now I've been wondering how the automatic keydetection in PC-games works: . How can I do it?

croxy
  • 4,082
  • 9
  • 28
  • 46
nice
  • 17
  • 6

1 Answers1

-1

I suggest you get keypressed event and set string as event args, and save that string as applictacion settings hotkeys.

Ben sin aspa
  • 100
  • 11