1
0
Fork 0

Untweak my button tweak.

This commit is contained in:
curt 2001-07-08 23:30:44 +00:00
parent 90634ffc23
commit 297241c318

View file

@ -101,7 +101,6 @@ int jsInput::getInput(void){
ulMilliSecondSleep(1);
}
#if 0
if(button_bits != 0) {
for(int i=1;i<=31;i++) {
if( ( button_bits & (1 << i) ) > 0 ) {
@ -110,9 +109,6 @@ int jsInput::getInput(void){
}
}
}
#else
button = button_bits;
#endif
return 0;
}