This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| functions:keyup [2017/03/17 21:09] – created korshun | functions:keyup [2017/04/15 15:16] (current) – korshun | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== KeyUp ====== | ====== KeyUp ====== | ||
| {{tag> | {{tag> | ||
| - | '' | + | '' |
| ===== Description ===== | ===== Description ===== | ||
| - | Returns true if the key is up at the moment. | + | See [[:Input functions]]. |
| - | If multiple keys are passed in, returns true if all of them are up. If you want to check if **any** of them is up, use [[KeyUpAny]]. | ||