Closed eedson closed 5 years ago
Any ideas why getting buttons is super expensive or just not sending proper values all the time by the looks. Only using if (pCmd->buttons & IN_JUMP) seems to only jump into the if statement every 2-4 seconds.
if (pCmd->buttons & IN_JUMP)
Any ideas why getting buttons is super expensive or just not sending proper values all the time by the looks. Only using
if (pCmd->buttons & IN_JUMP)
seems to only jump into the if statement every 2-4 seconds.