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

/macosx-10.10/emacs-93/emacs/src/
H A Dw32inevt.c153 if (mods & APPS_PRESSED)
309 mod_key_state &= ~APPS_PRESSED;
361 mod_key_state |= APPS_PRESSED;
447 | (!NILP (Vw32_apps_modifier) ? APPS_PRESSED : 0)
H A Dw32term.h722 #define APPS_PRESSED 0x2000
716 #define APPS_PRESSED macro
H A Dw32fns.c2413 mods |= (modifier_set (VK_APPS)) ? APPS_PRESSED : 0;

Completed in 137 milliseconds