winit/src/platform_impl/macos
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
..
util Cleanup some previous merge errors 2019-04-07 15:58:47 +02:00
event_loop.rs Add additional numpad key mappings (#805) 2019-04-07 16:41:52 +02:00
ffi.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
mod.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
monitor.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
view.rs Fix incorrect keycodes when using a non-US keyboard layout. (#755) 2019-04-07 16:41:52 +02:00
window.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00