View Single Post
12-10-16, 05:16 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,333
The up handler doesn't fire when you propagate keyboard events. Running the bindings yourself is a protected action, so you can't go that route either.
One thing you might be able to do is register keybinds to issue a click to a button. See SetOverrideBindingClick(). I don't think it can differentiate up and down states.

If you mentioned what you're trying to implement, we may provide suggestions for other methods that may work instead.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 12-10-16 at 05:24 AM.
  Reply With Quote