lv2 / pugl

A minimal portable API for embeddable GUIs
https://gitlab.com/lv2/pugl/
ISC License
174 stars 34 forks source link

Make modifier keys behaviour consistent across platforms #112

Closed falkTX closed 10 months ago

falkTX commented 10 months ago

Fixes the modifier key state not being consistent across platforms, reported as #111

Feel free to change, this is more of a proposal than a full fix, as we likely should be handling the L vs R keys separately.

drobilla commented 10 months ago

Inconsistency here fixed more, let's say "aggressively consistently", in 6c2a219.