Displaying 1 result from an estimated 1 matches for "compreleasemask".
2006 Dec 28
2
updating the AUTHORS file
...w snapping.)
new method that replaces EV_KEY and EV_BUTTON. Tests if an event
matches a binding, being more precise about modifier state than EV_KEY
and EV_BUTTON were. (eventTerminates): Tests if an event is "the
opposite" of a binding. (Eg, button or modifier key release.) Replaces
CompReleaseMask and "terminate" bindings. (handleEvent): Use
eventMatches
When passed a keybinding containing just modifiers, grab/ungrab
every keypress event that would result in that modifier state (eg, both
left and right modifier keys, and allow them to be pressed in any
order).
Remove CompPr...