kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

Implement MouseDelta for Windows and Web #42

Open kettle11 opened 3 years ago

kettle11 commented 3 years ago

Windows and Web should report MouseDelta events in addition to PointerMoved events. MouseDelta events should be sent even when the mouse cursor position is locked.