winit/src/api/x11
Erik Rigtorp f3ccdb7aec Add keyboard modifiers to input event
Making applications track modifier keys results in unnecessary work for
consumers, it's error prone, and it turns out to have unavoidable bugs.
For example, alt-tabbing with x11 results in the alt modifier state
getting stuck.

To resolve these problems, this patch adds a Mods value to the keyboard
input event.

Based on this patch: d287fa96e3
2017-02-27 13:36:11 -06:00
..
events.rs x11: handle X11's multi-key, a.k.a compose key. 2016-07-04 16:40:47 -07:00
ffi.rs Add support for xcb 2016-07-31 00:00:43 +02:00
input.rs Add keyboard modifiers to input event 2017-02-27 13:36:11 -06:00
mod.rs Merge remote-tracking branch 'glutin/master' into merge-glutin 2016-03-26 17:55:03 +01:00
monitor.rs Add better X error handling 2015-12-30 14:58:07 +01:00
window.rs Fix busy loop in X11 WaitEventsIterator 2017-02-15 08:34:24 -08:00
xdisplay.rs Add support for xcb 2016-07-31 00:00:43 +02:00