Lines Matching defs:mask
237 * Gobbles next key events on the queue with the same keyval and mask. Returns the number of events consumed.
239 gint gobble_key_events(guint keyval, gint mask) {
244 // while the next event is also a key notify with the same keyval and mask,
246 == GDK_KEY_RELEASE) && event_next->key.keyval == keyval && (!mask
247 || (event_next->key.state & mask))) {
263 * Gobbles next motion notify events on the queue with the same mask. Returns the number of events consumed.
265 gint gobble_motion_events(gint mask) {
270 // while the next event is also a key notify with the same keyval and mask,
272 && (event_next->motion.state & mask)) {
1146 * If state includes alt key mask, cyclically selects under; honors