Searched refs:keystate (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/sandbox/cpu/
H A Dsdl.c408 const Uint8 *keystate; local
413 keystate = SDL_GetKeyboardState(&num_keys);
415 if (count < max_keys && keystate[i]) {

Completed in 38 milliseconds