winit/src/platform_impl
Christian Duerr 20b09c4514 Add additional numpad key mappings (#805)
* Add additional numpad key mappings

Since some platforms have already used the existing `Add`, `Subtract`
and `Divide` codes to map numpad keys, the X11 and Wayland platform has
been updated to achieve parity between platforms. On macOS only the
`Subtract` numpad key had to be added.

Since the numpad key is different from the normal keys, an alternative
option would be to add new `NumpadAdd`, `NumpadSubtract` and
`NumpadDivide` actions, however I think in this case it should be fine
to map them to the same virtual key code.

* Add Numpad PageUp/Down, Home and End on Wayland
2019-04-07 16:41:52 +02:00
..
android Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
emscripten Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
ios Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
linux Add additional numpad key mappings (#805) 2019-04-07 16:41:52 +02:00
macos Add additional numpad key mappings (#805) 2019-04-07 16:41:52 +02:00
windows On Windows, fix CursorMoved(0, 0) getting sent on focus (#819) 2019-04-07 16:41:52 +02:00
mod.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00