• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

UI hotkey release detection. Is it possible?

Status
Not open for further replies.
Level 16
Joined
Oct 12, 2008
Messages
1,570
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.
 
Level 3
Joined
Dec 6, 2005
Messages
67
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
 
Level 3
Joined
Dec 6, 2005
Messages
67
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.
Top