User profile: creative3000

User info
User name:creative3000
History
Joined:
Number of posts:8
Latest posts:

Hold key problem
Problem solved =D! if(GetKeyState(VK_A)<0 && joc[hM-1][lM]!='*' && joc[hM-1][lM]!='#' ){ Contro...

Hold key problem
It didn't work =(

Hold key problem
=(

Hold key problem
ahm while(1){ if(kbhit()){ a=getch(); if(a == 'A' || a == 'a') /* do something * / if(a=='B'...

Hold key problem
Hmm.... Actually in that delay the program thinks that I released the key