Uses of Interface
org.openpatch.scratch.Stage.WhenKeyPressedHandler
Packages that use Stage.WhenKeyPressedHandler
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of Stage.WhenKeyPressedHandler in org.openpatch.scratch
Methods in org.openpatch.scratch with parameters of type Stage.WhenKeyPressedHandlerModifier and TypeMethodDescriptionvoid
Stage.setWhenKeyPressed
(Stage.WhenKeyPressedHandler whenKeyPressed) Sets the handler for key press events.