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

  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
KeycodeNewcle.h 55 #define IM_VK_DELETE IME_VK_DELETE
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
beos_keycode.h 69 #define IM_VK_DELETE 0x34
SunPinyinStandalone.cpp 263 case B_DELETE: key = IM_VK_DELETE; break;
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
macos_keycode.h 67 #define IM_VK_DELETE 0x75
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
beos_keycode.h 69 #define IM_VK_DELETE 0x34
SunPinyinStandalone.cpp 263 case B_DELETE: key = IM_VK_DELETE; break;
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/
KeycodeNewcle.h 55 #define IM_VK_DELETE IME_VK_DELETE
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/gtk_standalone/
KeycodeIIIM2GDK.h 53 #define IM_VK_DELETE GDK_Delete
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_keycode.h 50 #define IM_VK_DELETE SCIM_KEY_Delete
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_keycode.h 50 #define IM_VK_DELETE SCIM_KEY_Delete
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_keys.h 66 #define IM_VK_DELETE 0xffff
imi_view_classic.cpp 194 } else if (keycode == IM_VK_BACK_SPACE || keycode == IM_VK_DELETE) {
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view_modern.cpp 482 } else if (keycode == IM_VK_DELETE) {
588 } else if (keycode == IM_VK_DELETE) {

Completed in 240 milliseconds