winit-sonoma-fix/src
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
..
platform Cleanup some previous merge errors 2019-04-07 15:58:47 +02:00
platform_impl Add additional numpad key mappings (#805) 2019-04-07 16:41:52 +02:00
dpi.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
event.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
event_loop.rs Wayland's eventloop 2.0 (#790) 2019-02-21 10:51:43 +01:00
icon.rs Remove icon loading feature (#799) 2019-02-23 20:59:00 -05:00
lib.rs Remove icon loading feature (#799) 2019-02-23 20:59:00 -05:00
monitor.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
window.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00