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

  /external/qemu/android/
keycode.h 88 kKeyCodeMinus = KEY_MINUS,
charmap.c 119 { "MINUS", kKeyCodeMinus },
185 { kKeyCodeMinus , '-', '_', '-', '_', '-' },
249 { kKeyCodeMinus , '-', '_', '-', '_', '-' },
  /external/qemu/android/skin/
keyboard.c 377 case SDLK_MINUS: return kKeyCodeMinus;

Completed in 30 milliseconds