Searched refs:keystate (Results 1 – 1 of 1) sorted by relevance
307 const Uint8 *keystate; in sandbox_sdl_scan_keys() local312 keystate = SDL_GetKeyboardState(&num_keys); in sandbox_sdl_scan_keys()314 if (count < max_keys && keystate[i]) { in sandbox_sdl_scan_keys()
Completed in 4 milliseconds