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