From 226471821f49eed1074e4b0d154c375dd35a5ee7 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Fri, 24 Jun 2022 20:05:47 +0200 Subject: [PATCH] Update otherEvents.md --- docs/events/otherEvents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.