From: Scott H. <sco...@us...> - 2005-05-17 01:06:23
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6279/src/org/actionstep Modified Files: NSMatrix.as Log Message: new ver (I need better diffs) Index: NSMatrix.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSMatrix.as,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NSMatrix.as 10 May 2005 14:44:54 -0000 1.3 --- NSMatrix.as 16 May 2005 22:24:42 -0000 1.4 *************** *** 1543,1547 **** public function mouseDown(theEvent:NSEvent):Boolean { ! TRACE("hit"); m_mousedownflags = theEvent.modifierFlags; return false; --- 1543,1547 ---- public function mouseDown(theEvent:NSEvent):Boolean { ! TRACE("hit mousedown"); m_mousedownflags = theEvent.modifierFlags; return false; |