public interface QTE
| Modifier and Type | Method and Description |
|---|---|
void |
start(Consumer<Boolean> callback,
javafx.util.Duration duration,
javafx.scene.input.KeyCode... keys)
Starts quick time event.
|
void start(Consumer<Boolean> callback, javafx.util.Duration duration, javafx.scene.input.KeyCode... keys)
callback - called with true if user succeeds in the event, false otherwiseduration - how long the event should lastkeys - what keys need to be pressedCopyright © 2017. All rights reserved.