Searched refs:KeyPress (Results 1 – 3 of 3) sorted by relevance
181 #define KeyPress 2 macro
314 #define _XkbIsPressEvent(t) (((t)==KeyPress)||((t)==DeviceKeyPress))317 #define _XkbIsPressEvent(t) ((t)==KeyPress)
491 case KeyPress: in processEvent()