HomeSort by relevance Sort by last modified time
    Searched refs:skin_keyboard_process_event (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/skin/
keyboard.h 53 extern void skin_keyboard_process_event( SkinKeyboard* keyboard, SDL_Event* ev, int down );
keyboard.c 425 skin_keyboard_process_event( SkinKeyboard* kb, SDL_Event* ev, int down ) function
  /external/qemu/android/
qemulator.c 530 skin_keyboard_process_event( keyboard, &ev, 1 );
534 skin_keyboard_process_event( keyboard, &ev, 0 );

Completed in 838 milliseconds