GetAsyncKeyState - Polling Asynchronously for Keyboard Input

preview_player
Показать описание
Shows how to query key state using GetAsyncKeyState() rather than waiting on the window event system to inform us of a key press. This is a much better technique than the previous video.
Рекомендации по теме
Комментарии
Автор

very nice video! this is an old one, but whatever ur doing now keep it up! :D

gioscopantana
Автор

I'm sorry sir for this question. I hope you have warm heart to answer me. I'm a video editor.
But I want make application that can read what key press even this application is not focused/active (show behind other window)

Can you give me advice or recommendation. How to code that application still can run and can read/get keypressed even it is not focused/active.

I've make a application to show what button press, but when it goes to other apps. It can't read/know what key I have press. Sorry for my english, thanks. I'm very respectfull if you want answer my question....

bodgaming