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

/external/qemu/android/skin/
H A Dkeyboard.c242 int doCapL, doCapR, doAltL, doAltR; local
255 doCapR = (mod & 0x7ff) & KMOD_RSHIFT;
263 if (doCapR) skin_keyboard_add_key_event( keyboard, kKeyCodeCapRight, 1 );
268 if (doCapR) skin_keyboard_add_key_event( keyboard, kKeyCodeCapRight, 0 );

Completed in 73 milliseconds