how do you have a key down variable without having to have it as an event?
like...
if(keydown(left))
d1=-2;
If you know plz tell me!!!
char *key = GetKeyState();
if(key[KEY_LEFT])
{
d1=-2;
}
Users browsing this forum: No registered users and 1 guest