tidy

Samkist
2022-05-29 23:19:38 -04:00
parent 5d383e1b70
commit a415ddbdbe

@@ -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