Lines Matching full:keycode
249 * Returns an alternate keycode to redispatch as a fallback, or 0 to give up. */
472 int32_t keyCode;
491 int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState,
701 // The specific keycode of the key event to cancel, or -1 to cancel any key event.
702 int32_t keyCode;
708 mode(mode), reason(reason), keyCode(-1), deviceId(-1) { }
745 // Gets the fallback key associated with a keycode.
750 // Sets the fallback key for a particular keycode.
753 // Removes the fallback key for a particular keycode.
764 int32_t keyCode;
891 static bool isAppSwitchKeyCode(int32_t keyCode);