nickguletskii / GLXOSD

GLXOSD is an extensible on-screen display (OSD)/overlay for OpenGL applications running on Linux with X11 which aims to provide similar functionality to MSI Afterburner/RivaTuner OSD. It can show FPS, frame timings, temperatures and more in OpenGL games and applications. It can also be used to benchmark games, much like voglperf.
https://glxosd.nickguletskii.com
MIT License
123 stars 20 forks source link

Keyboard modifier key state is handled incorrectly, which leads to input being ignored #13

Closed nickguletskii closed 9 years ago

nickguletskii commented 9 years ago

LockMask is always on in some cases. Fix: instead of checking event state for equality, check if the needed bits are set.

nickguletskii commented 9 years ago

Fixed in 2.2.2.