No comment. Sorry.
=
Answer whether the receiver and the argument represent the same object. If = is redefined in any subclass, consider also redefining the message hash.
hash
Answer a SmallInteger whose value is related to the receiver's identity. May be overridden, and should be overridden in any classes that define =
sentTo:
Dispatch the receiver into anObject
decodeFromStringArray:
decode the receiver from an array of strings
encodedAsStringArray
encode the receiver into an array of strings, such that it can be retrieved via the fromStringArray: class method
keyCharacter
Answer the character corresponding this keystroke. This is defined only for keystroke events.
keyValue
Answer the ascii value for this keystroke. This is defined only for keystroke events.
printOn:
Append to the argument, aStream, a sequence of characters that identifies the receiver.
storeOn:
Append to the argument aStream a sequence of characters that is an expression whose evaluation creates an object similar to the receiver.
setType:buttons:position:keyValue:hand:stamp:
type:readFrom:
Read a MorphicEvent from the given stream.
isKeyDown
isKeyUp
isKeyboard
isKeystroke
isMouseMove