User Tools

Site Tools


4rpl:commands:getkeydown

Index

GetKeyDown

GetKeyDown(<-key <-ignorePressesOverUI) ->val

Description

Returns a boolean indicating if the specified Key was pressed during the game frame. Note: This only return true once until the key is released and pressed again. The first argument is a string that specifies which key to check. The second argument indicates whether to ignore the events when the cursor is over the UI. The list of possible values for the first argument can be derived from the enumeration for KeyCode.

Examples

if (GetKeyDown("W" true))
   Trace("W Pressed")
endif

Index

4rpl/commands/getkeydown.txt · Last modified: 2024/02/16 13:30 by digitalizedMind