Update otherEvents.md
This commit is contained in:
@@ -48,7 +48,7 @@ end
|
|||||||
|
|
||||||
aButton:onResize(onButtonResize)
|
aButton:onResize(onButtonResize)
|
||||||
```
|
```
|
||||||
## onLoseFocus
|
# onLoseFocus
|
||||||
`onLoseFocus(self)`<br>
|
`onLoseFocus(self)`<br>
|
||||||
This event gets triggered as soon as the object loses its focus.
|
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()
|
):show()
|
||||||
```
|
```
|
||||||
|
|
||||||
## onGetFocus
|
# onGetFocus
|
||||||
`onGetFocus(self)`<br>
|
`onGetFocus(self)`<br>
|
||||||
This event gets triggered as soon as the object is the currently focused object.
|
This event gets triggered as soon as the object is the currently focused object.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user