Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
Other
9.06k stars 542 forks source link

Quickfix glfw shift-key handling #661

Closed bolt-blue closed 1 month ago

bolt-blue commented 1 month ago

All of the glfw demo headers unset shift keypresses when the ctrl key is not also down. I can't think of a reason this would be desired and it appears no other demo code does this. Unless I'm mistaken, simply removing these lines leaves us with the desired behaviour.