THandMorph


Croquet-Teapot

Comment:

THandMorph is a HandMorph with a number of small changes to make it work better in the Croquet context such as turning off hardware support for the cursor.

Hierarchy:

ProtoObject
Object
Morph
HandMorph
THandMorph

Summary:

methods:

instance class
as yet unclassified no messages

Detail:

instance methods:

as yet unclassified
drawOn: aCanvas


	super drawOn: aCanvas.
	temporaryCursor ifNil:[aCanvas paintImage: NormalCursor at: self position].
processEvents


	" This is a noop"
showHardwareCursor: aBool

	"Ignored"

class methods:

^top


- made by Dandelion -