Author Topic: double click mouse reactor SIDE EFFECTS  (Read 1176 times)

0 Members and 1 Guest are viewing this topic.

domenicomaria

  • Swamp Rat
  • Posts: 724
double click mouse reactor SIDE EFFECTS
« on: September 05, 2022, 06:51:06 AM »
I wrote a double click mouse reactor callback function

and when I double click on something,
the callback function is normally called ,

but immediately after

if the doubleclicked entity is a polyline, the comand pedit runs
if the doubleclicked entity is an insert, the comand bedit runs
if the doubleclicked entity is a text, the textedit runs

Is there a system variable (or any trick)
to temporary suspend the USUAL, NORMAL, effects of a doubleclick ?

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8691
  • AKA Daniel
Re: double click mouse reactor SIDE EFFECTS
« Reply #1 on: September 05, 2022, 06:56:10 AM »
I don't think so, that would be too cool wouldn't it?
you can disable the double click for commands in the CUI, but that's no fun.

domenicomaria

  • Swamp Rat
  • Posts: 724
Re: double click mouse reactor SIDE EFFECTS
« Reply #2 on: September 05, 2022, 07:12:56 AM »
and is it possible, VIA LISP,
disable the double click for commands in the CUI ?