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.
ProtoObjectObjectMorphHandMorphTHandMorph
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| as yet unclassified |
|---|
| drawOn: aCanvas |
super drawOn: aCanvas. temporaryCursor ifNil:[aCanvas paintImage: NormalCursor at: self position]. |
| processEvents |
" This is a noop" |
| showHardwareCursor: aBool |
"Ignored" |