diff --git a/docs/events/otherEvents.md b/docs/events/otherEvents.md index e345687..ebe2917 100644 --- a/docs/events/otherEvents.md +++ b/docs/events/otherEvents.md @@ -48,7 +48,7 @@ end aButton:onResize(onButtonResize) ``` -## onLoseFocus +# onLoseFocus `onLoseFocus(self)`
This event gets triggered as soon as the object loses its focus. @@ -61,7 +61,7 @@ local aButton = mainFrame:addButton("exampleButton"):setPosition(3,3):onLoseFocu ):show() ``` -## onGetFocus +# onGetFocus `onGetFocus(self)`
This event gets triggered as soon as the object is the currently focused object.