[Cuis-dev] MouseClickState class

Hilaire Fernandes hfern at free.fr
Sat Feb 8 02:37:50 PST 2025


This message should be shortened to avoid confusion :

#waitForClicks*OrDrag*:event:clkSel:dblClkSel: => 
#waitForClicks:event:clkSel:dblClkSel:

Indeed drag selector is set to nil in the method:

  1
  2
  3
  4
  5
  6
  7
  8
  9
10
11
12
13
14
15

	

HandMorph>>waitForClicksOrDrag: aMorph event: evt clkSel: clkSel dblClkSel: dblClkSel

     mouseClickState :=
         MouseClickState new
             client: aMorph
             drag: nil
             click: clkSel
             clickAndHalf: nil
             dblClick: dblClkSel
             dblClickAndHalf: nil
             tripleClick: nil
             event: evt
             sendMouseButton2Activity: false


-- 
http://mamot.fr/@drgeo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20250208/4cdc7a43/attachment.htm>


More information about the Cuis-dev mailing list