Hi all, I need some help with the GetAsyncKeyState() function.
I've done a virtual keyboard with an editobx where I have to add the text.
By now I can use only the mouse, and after I press the letter it is placed in the correct field, but how can I do to use also GetAsyncKeyState()?

E.G.:
Code:
void CTest::OnClickedA() {
GetAsyncKeyState() // how can I use it??
}