<- PRPL reference <- Input
Arguments | Result | Notation |
---|---|---|
Key | True/False | [ String - True/False ] |
Checks to see if a specific key has been held down. List of all key codes.
s1 = GetStringFromStack(); stack.Push(new Data(Input.GetKey(kc1) ? 1 : 0)); stack.Push(new Data(0)); if (GetKey("LeftArrow")) "Held down" trace endif