Squeak Class Documentation category index | class index  
 
MouseButtonEvent
  category: Morphic-Events
  superclass: MouseEvent
  subclasses:

No comment. Sorry.

instance methods
  accessing
  blueButtonChanged
redButtonChanged
yellowButtonChanged

  dispatching
  sentTo:

  encoding
  decodeFromStringArray:
encodedAsStringArray

  genie
  addMouseButtons:
toggleMouseButtons:

  printing
  storeOn:

  private
  setType:position:which:buttons:hand:stamp:
type:readFrom:

class methods
  no messages
 

instance methods
  accessing top  
 

blueButtonChanged

Answer true if the blue mouse button has changed. This is the third mouse button or cmd+click on the Mac.


 

redButtonChanged

Answer true if the red mouse button has changed. This is the first mouse button.


 

yellowButtonChanged

Answer true if the yellow mouse button has changed. This is the second mouse button or option+click on the Mac.


  dispatching top  
 

sentTo:

Dispatch the receiver into anObject


  encoding top  
 

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


  genie top  
 

addMouseButtons:


 

toggleMouseButtons:


  printing top  
 

storeOn:

Append to the argument aStream a sequence of characters that is an
expression whose evaluation creates an object similar to the receiver.


  private top  
 

setType:position:which:buttons:hand:stamp:


 

type:readFrom:

Read a MorphicEvent from the given stream.


class methods
  no messages top