winit-sonoma-fix/src/api
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
..
android Correct window creation on X11 2015-07-19 13:53:40 +02:00
caca Merge pull request #488 from tomaka/rem-is-closed 2015-06-17 07:36:16 +02:00
cocoa Add CreationError::NoAvailablePixelFormat 2015-07-20 19:42:32 +02:00
egl Add CreationError::OpenGlVersionNotSupported 2015-07-20 19:38:57 +02:00
emscripten Merge pull request #488 from tomaka/rem-is-closed 2015-06-17 07:36:16 +02:00
glx Add CreationError::OpenGlVersionNotSupported 2015-07-20 19:38:57 +02:00
ios [add] content scale 2015-06-08 12:26:42 +03:00
osmesa Add CreationError::OpenGlVersionNotSupported 2015-07-20 19:38:57 +02:00
wayland Split creating an EGL context in two parts 2015-07-18 18:43:23 +02:00
wgl Add CreationError::NoAvailablePixelFormat 2015-07-20 19:42:32 +02:00
win32 Merge pull request #529 from tomaka/fix-win32 2015-07-19 16:13:24 +02:00
x11 Only listen for mouse events from master devices 2015-07-22 06:44:51 +01:00
dlopen.rs Fixed build warnings 2015-05-08 12:31:56 -05:00
mod.rs [add] ios support 2015-06-05 16:38:35 +03:00