<- PRPL reference <- Input

GetKeyUp

ArgumentsResultNotation
string bool [ string - bool ]

Description

Checks if the key was released up on this frame.

Examples

# let's say you want to launch a missile as soon as you release the "K" key
"K" GetKeyUp if
    @LaunchMissile
endif