Should the multi-click functionality be provided by the user?

The inability to differentiate between single and double clicks in GtkGestureClick confuses me.

signal::released requires multiple clicks (greater than 2) to make parameter n_parss greater than 1

I found it in the listview, and the listview will affect the triggering of this signal.
I need 4 consecutive clicks to start accumulating n_parse

I use signal::pressed with g_timeout 200 to distinguish single or multi-click

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.