<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>In MorphicEventDispatcher we have a special 
dispatch routine ( dispatchMouseDown: anEvent with: aMorph )</FONT></DIV>
<DIV><FONT face=Arial size=2>for #mouseDown handling. That method uses a rather 
complicated handler model. The default dispatch routine is far simpler. 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Why is that handler stuff used? The same 
functionality could be archieved by changing 
Morph&gt;&gt;handleMouseDown:.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Ruedi</FONT></DIV></BODY></HTML>