until

Keyboard.HoldAction until(BooleanSupplier stopCondition)

Specifies a stop condition for this hold action. It will terminate when this condition is true. Optional.

Return

this hold action

Parameters

stopCondition

the stop condition for this hold action