0
Hiw I can get do the key event for Ctrl?
How I can use Ctrl in key events. For example I am using 's' to save data means whenever I click 's' key the data will be saved in a file. So how can use the key ctrl in the same manner?
2 Respostas
+ 1
event.isControlDown()
+ 1
It is okay I already got it fixed thank you. Btw I used VK_CONTROL