User Tools

Site Tools


prpl:getkeyup

This is an old revision of the document!


<- 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
prpl/getkeyup.1529011206.txt.gz · Last modified: 2025/02/14 14:56 (external edit)