IsKeyPressed (Harvest)
From OxeyeWiki
| 
 isKeyPressed(virtualScanCode)  | ||
| 
 Returns whether a key is pressed or not, using virtual scan codes.  | ||
| Parameter | Expected Type | Description | 
| virtualScanCode | unknown | |
| Returns | ||
| 
 Returns whether a key is pressed or not. The value is of the type Boolean.  | ||
Example
local isShiftPressed = harvest.isKeyPressed(virtualScanCode)