Uses of Interface
org.openpatch.scratch.Sprite.WhenKeyReleasedHandler
Packages that use Sprite.WhenKeyReleasedHandler
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of Sprite.WhenKeyReleasedHandler in org.openpatch.scratch
Methods in org.openpatch.scratch with parameters of type Sprite.WhenKeyReleasedHandlerModifier and TypeMethodDescriptionvoid
Sprite.setWhenKeyReleased
(Sprite.WhenKeyReleasedHandler whenKeyReleased) Sets the handle for when a key is released.