Home
last modified time | relevance | path

Searched refs:key_pressed (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/
Dui.c99 static volatile char key_pressed[KEY_MAX + 1]; variable
300 key_pressed[ev.code] = ev.value; in input_thread()
311 int alt = key_pressed[KEY_LEFTALT] || key_pressed[KEY_RIGHTALT]; in input_thread()
313 (key_pressed[KEY_HOME] && ev.code == KEY_END && ev.value > 0)) { in input_thread()
322 key_pressed[KEY_DREAM_MENU] && in input_thread()
323 key_pressed[KEY_DREAM_GREEN]) { in input_thread()
534 return key_pressed[key]; in ui_key_pressed()