Supposing I want to detect if the caps lock is active so if the keys are upper case, what can I use in c++ with windows?
I would need an equivalent of Console.CapsLock
in C#
I already tried using GetAsyncKeyState(VK_CAPITAL)
but I don't need the key state I need to know the "toggle" status