H Hewk New Member Joined Jan 15, 2010 Messages 23 Reaction score 0 Apr 7, 2011 #1 Is there a way to check if the user is holding down a key (ie. ctrl, shift, alt)?
H highvoltz Well-Known Member Joined Mar 22, 2010 Messages 1,729 Reaction score 141 Apr 9, 2011 #2 Hewk said: Is there a way to check if the user is holding down a key (ie. ctrl, shift, alt)? Click to expand... yes, using win32 api. search the forums for ToggleHB or Keybind Decorator for examples. Edit: here's a link http://www.thebuddyforum.com/honorb...5-highvoltzs-keybind-decorator-devs-only.html Last edited: Apr 9, 2011
Hewk said: Is there a way to check if the user is holding down a key (ie. ctrl, shift, alt)? Click to expand... yes, using win32 api. search the forums for ToggleHB or Keybind Decorator for examples. Edit: here's a link http://www.thebuddyforum.com/honorb...5-highvoltzs-keybind-decorator-devs-only.html
H Hewk New Member Joined Jan 15, 2010 Messages 23 Reaction score 0 Apr 10, 2011 #3 Perfect, thanks so much.