Thread Tools Display Modes
Prev Previous Post   Next Post Next
05/25/15, 12:04 PM   #1
JohnnyKing94
 
JohnnyKing94's Avatar
Join Date: Mar 2015
Posts: 45
Onkeydown handler

I want to know why with with the handler onkeydown there is no such propagation of the other binding events when i click any other keys that is not the "A" key??? what am i doing wrong?


Code:
MyPanel:SetHandler("OnKeyDown", function(self, key, ctrl, alt, shift, command) 
   if( key =="A")
      RUNNING NEXT LEVEL
   end
end)
  Reply With Quote
 

ESOUI » AddOns » AddOn Help/Support » Onkeydown handler


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off