Page 1 of 1

Mutiple keys support?

PostPosted: May 23, 2004 @ 4:38pm
by kornalius

PostPosted: May 23, 2004 @ 9:15pm
by fzammetti

PostPosted: May 24, 2004 @ 12:12am
by fast_rx

PostPosted: May 24, 2004 @ 2:01am
by kornalius

PostPosted: May 24, 2004 @ 2:28am
by Presto

PostPosted: May 24, 2004 @ 2:27pm
by kornalius
Ok thanks!

PostPosted: May 24, 2004 @ 11:41pm
by kornalius
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