Uses of Interface
org.openpatch.scratch.Sprite.WhenMouseClickedHandler
Packages that use Sprite.WhenMouseClickedHandler
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of Sprite.WhenMouseClickedHandler in org.openpatch.scratch
Methods in org.openpatch.scratch with parameters of type Sprite.WhenMouseClickedHandlerModifier and TypeMethodDescriptionvoid
Sprite.setWhenMouseClicked
(Sprite.WhenMouseClickedHandler whenMouseClicked) Sets the handler for when the mouse is clicked.