winit/src/platform/linux/x11
Joe Wilm 0b75a6b60c Make keyboard input event order consistent
All platforms should now receive events in the following order:

1. KeyboardInput(ElementState::Pressed, ..)
2. ReceivedCharacter
3. KeyboardInput(ElementState::Released, ..)

cc https://github.com/tomaka/glutin/issues/878
2017-05-07 21:16:48 -07:00
..
events.rs Richer input events 2017-04-23 01:08:15 -07:00
ffi.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
mod.rs Make keyboard input event order consistent 2017-05-07 21:16:48 -07:00
monitor.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
window.rs Merge pull request #164 from Ralith/rich-input 2017-05-07 08:35:03 +02:00
xdisplay.rs linux: Remove dead code from wayland & fix some trivial warnings. 2017-03-04 11:26:12 +01:00