Hi,
how to recover if Capslock is on or off ?
In ..pfc\windowsApi\console_api\console_native.cl, I see a constant named "capslock_on", but I don't understand how to use it...
Many thanks for your help.
-
- VIP Member
- Posts: 204
- Joined: 16 Oct 2001 23:01
How to recover Capslock on or off ? [resolved]
Last edited by Tonton Luc on 22 Oct 2015 15:23, edited 1 time in total.
-
- VIP Member
- Posts: 204
- Joined: 16 Oct 2001 23:01
I've found : 
You can delete this post (as you want).
Code: Select all
gui_native::getKeyState(gui_native::vk_Capital)

You can delete this post (as you want).