UI hotkey release detection. Is it possible?

Status
Not open for further replies.
Not possible. The only keys that can be detected for pressing are the arrow keys. Hotkeys are not detected by JASS, though Spells use them so you can still somewhat detect them indirect by checking for the ability. But really detecting them is impossible, certainly for releasing them.
 
Not possible. The only keys that can be detected for pressing are the arrow keys. Hotkeys are not detected by JASS, though Spells use them so you can still somewhat detect them indirect by checking for the ability. But really detecting them is impossible, certainly for releasing them.
and the escape key :P
 
No, you can't detect when the escape key is released.
Lol read my quoted message again
Originally Posted by Yixx View Post
Not possible. The only keys that can be detected for pressing are the arrow keys. Hotkeys are not detected by JASS, though Spells use them so you can still somewhat detect them indirect by checking for the ability. But really detecting them is impossible, certainly for releasing them.
He said for pressing not releasing :)
 
Status
Not open for further replies.
Back
Top