no edit summary
(Created page with " EditBox:OnEnterPressed() EditBox:SetScript("OnEnterPressed", function(self) self:ClearFocus(); -- clears focus from editbox, (unlocks key bindings, so pressing W makes...") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Stub/API}} | |||
{{widgethandler}}<br> | |||
== Description == | |||
{{sectionstub}} | |||
EditBox:OnEnterPressed() | EditBox:OnEnterPressed() | ||
== Arguments == | |||
{{sectionstub}} | |||
== Example == | |||
{{sectionstub}} | |||
EditBox:SetScript("OnEnterPressed", function(self) | EditBox:SetScript("OnEnterPressed", function(self) | ||
self:ClearFocus(); -- clears focus from editbox, (unlocks key bindings, so pressing W makes your character go forward. | self:ClearFocus(); -- clears focus from editbox, (unlocks key bindings, so pressing W makes your character go forward. | ||