by kornalius » May 24, 2004 @ 11:41pm
Little update, it works like a charm.
What I do is I create an array of 255 bool, then set the key index to true in the WM_KEYDOWN and set it to false in the WM_KEYUP. Then I can check the key code wheter it's true or false.
Thanx a lot guys,
Kornalius