GreycLab / CImg

The CImg Library is a small and open-source C++ toolkit for image processing
http://cimg.eu
Other
1.48k stars 282 forks source link

Alt-key not registering #330

Open mulder146t opened 2 years ago

mulder146t commented 2 years ago

Hi, I'm loving CImg, but I ran into the problem described above. Using (something like) "mainDisp.is_keySomething()", (almost) every key I've tried so far works, except for alt and altgr, which don't register at all. Shift always registers as left AND right, but that's not a problem.

The one other key I have problems with is "^" (also doesn't register). I don't know, if that has something to do with the german keyboard layout I'm using (the "^"-key here is left of "1")...

I'm using Windows 10 x64 and Visual Studio 2019.

Thanks for any help on this issue