winit/src/platform/windows
Jacob Kiesel cfd087d9a5 Mouse events (#344)
* Explicit mouse-related DeviceEvents

This makes the API more intuitive for common use-cases and allows us
to better propagate platform knowledge of motion semantics.

* Improve event naming consistency

* Clarify axis event forwards-compatibility

* Rename WindowEvent::MouseMoved/Entered/Left to CursorMoved/...

This emphasizes the difference between motion of the host GUI cursor,
as used for clicking on things, and raw mouse(-like) input data, as
used for first-person controls.

* Add support for windows and OSX, fix merging

* Fix warnings and errors on Linux

* Remove unnecessary breaking changes

* Add MouseWheel events to windows and OSX

* Fix bad push call.

* Fix docs, naming, and x11 events

* Remove mutability warning

* Add changelog entry
2017-11-12 21:56:57 +01:00
..
event.rs add missing windows virtual key codes 2017-07-24 20:21:04 +10:00
events_loop.rs Mouse events (#344) 2017-11-12 21:56:57 +01:00
mod.rs Remove api_transition macro (#279) 2017-09-06 17:32:24 +02:00
monitor.rs Use EnumDisplayMonitors to enumerate monitors on Windows (#327) 2017-10-25 17:12:39 +02:00
window.rs On Windows, use SWP_ASYNCWINDOWPOS to prevent thread from blocking when calling (#302) 2017-10-04 09:42:35 +02:00