scratch-dsl
Toggle table of contents
master
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
scratch-dsl
scratch-dsl
/
org.scratchapi.scratchdsl
/
whenKeyPressed
when
Key
Pressed
fun
HatBlockHost
.
whenKeyPressed
(
key
:
AnyKeyboardKey
,
block
:
BlockHost
.
(
)
->
Unit
)
:
NormalHatBlock
Creates a 'when key pressed' hat block.
Parameters
key
The key that triggers the script.
block
The script to run.