diff --git a/Frame.md b/Frame.md index c5a0a10..121d97c 100644 --- a/Frame.md +++ b/Frame.md @@ -59,7 +59,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):setBar("Hello World!"):show **args:** bool visible (no args = true)
**returns:** self
-## isModifierActive +## isModifierActive -- DISABLED this function will work very soon returns true if user is currently holding a key down ````lua local mainFrame = basalt.createFrame("myFirstFrame"):isModifierActive("shift")