frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
442 stars 43 forks source link

Modifier keys issues #95

Closed frang75 closed 3 months ago

frang75 commented 3 months ago

In view_OnKeyDown(), key modifier keys are not assigned. E.g. CTRL+A (or COMMAND+A) generate two events, with empty modifier keys both.

Also, the modifier keys info should arrive in mouse events via EvMouse.

frang75 commented 3 months ago

Fixed. https://github.com/frang75/nappgui_src/commit/68a59be2fd922f0738daeba10fbfb82ed779a693