Why is there no MouseDoubleClick event in GetPoint class?
I was making something with the GetPoint class and would love to have the doubleclick event exposed for more flexibility in custom commands.
Why is there no MouseDoubleClick event in GetPoint class?
I was making something with the GetPoint class and would love to have the doubleclick event exposed for more flexibility in custom commands.
Hi @Wiley,
If you want to hook mouse double-clicks, then you might consider using a custom MouseCallback.
– Dale
yes.
But it would be nice to see OnDoubleClick getting included in the GetPoint class so to allow for more mouse interactions.