install

fun install(stage: Stage, checkIgnoreKeys: () -> Boolean? = null)

install our EventListener on a stage with optional inhibitor

Parameters

stage

The Stage to add the listener to

checkIgnoreKeys

An optional lambda - when it returns true all keys are ignored

Sources

jvm source
Link copied to clipboard