tidy
4
Frame.md
4
Frame.md
@@ -93,9 +93,9 @@ local mainFrame = myFrame:setBar("Hello World!"):showBar()
|
|||||||
Returns true if the user is currently holding the respective key down
|
Returns true if the user is currently holding the respective key down
|
||||||
|
|
||||||
#### Parameters:
|
#### Parameters:
|
||||||
1. `number | string` - number can be any os.queueEvent("key") key, or instead of int you can use the following strings: "shift", "ctrl", "alt"<br>
|
1. `number | string` - Any os.queueEvent("key") key, or you can use the following strings: "shift", "ctrl", "alt"
|
||||||
#### Returns:
|
#### Returns:
|
||||||
1. `boolean` - if the user is holding the key down<br>
|
1. `boolean` - Whether the user is holding the key down
|
||||||
#### Usage:
|
#### Usage:
|
||||||
* Checks if the "shift" modifier is active on the myFrame frame
|
* Checks if the "shift" modifier is active on the myFrame frame
|
||||||
````lua
|
````lua
|
||||||
|
|||||||
Reference in New Issue
Block a user