winit/src
Robert Knight 602a737440 Only listen for mouse events from master devices
XInput2 has a concept of master and slave devices,
where a slave device is the actual physical device,
attached to a master device representing the cursor or keyboard
focus.

See http://who-t.blogspot.co.uk/2009/05/xi2-recipes-part-1.html

Mouse events were being received from both the master and slave
devices, but we are only interested in events from the master device.

Fixes #533
2015-07-22 06:44:51 +01:00
..
api Only listen for mouse events from master devices 2015-07-22 06:44:51 +01:00
platform Correct window creation on X11 2015-07-19 13:53:40 +02:00
events.rs Update events.rs 2015-07-15 09:37:15 -07:00
headless.rs Add with_robustness and handle robustness on all implementations 2015-06-22 19:42:03 +02:00
lib.rs Add smaall TODO 2015-07-20 19:43:36 +02:00
window.rs Merge pull request #477 from rozaliev/feature/ios 2015-06-29 09:29:46 +02:00