Squeak Class Documentation category index | class index  
 
WonderlandStillCameraMorph
  category: Balloon3D-Wonderland Morphs
  superclass: WonderlandCameraMorph
  subclasses:

No comment. Sorry.

instance methods
  controls
  hideCameraControls
showCameraControls

  event handling
  handlesMouseDown:
handlesMouseOver:

  stepping
  wantsSteps

class methods
  no messages
 

instance methods
  controls top  
 

hideCameraControls

Override our parent method to do nothing.


 

showCameraControls

Override the parent method to do nothing.


  event handling top  
 

handlesMouseDown:

We don't want to handle mouse up and down events, so return false


 

handlesMouseOver:

We don't want to handle mouse enter/leave events, so return false.


  stepping top  
 

wantsSteps

Return true if the receiver overrides the default Morph step method.


class methods
  no messages top