Emscripten (#357)

* impl modifiers state for emscripten

* impl mouse events emscripten

* impl mousemotion for emscripten

it is useful when cursor is grabbed

* changelog
This commit is contained in:
thiolliere
2017-12-01 11:53:50 +02:00
committed by tomaka
parent 0f14e63b34
commit 663d615379
3 changed files with 120 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
- `WindowEvent`s `MouseMoved`, `MouseEntered`, and `MouseLeft` have been renamed to
`CursorMoved`, `CursorEntered`, and `CursorLeft`.
- New `DeviceEvent`s added, `MouseMotion` and `MouseWheel`.
- Impl `ModifiersState`, `MouseMove`, `MouseInput`, `MouseMotion` for emscripten backend.
# Version 0.8.3 (2017-10-11)