Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/event
In directory usw-pr-cvs1:/tmp/cvs-serv1391/src/lib/dynapi/event

Modified Files:
        mouse.js 
Log Message:
release


Index: mouse.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/event/mouse.js,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** mouse.js    2002/01/04 14:25:18     1.24
--- mouse.js    2002/01/15 12:30:37     1.25
***************
*** 38,43 ****
  // This is THE event.
  DynMouseEvent._e=new DynMouseEvent()
! // If this is true, then mouseups always happen where the mousedown happened
! DynMouseEvent.forceMouseUp = false
  
  DynMouseEvent.EventMethod=function(e) {
--- 38,43 ----
  // This is THE event.
  DynMouseEvent._e=new DynMouseEvent()
! // If this is true, then mouseups always happen where the mousedown happened ( true 
is recommended )
! DynMouseEvent.forceMouseUp = true
  
  DynMouseEvent.EventMethod=function(e) {


_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to