Signal

GtkGestureMultiPress::pressed

since: 3.14

Declaration

void
pressed (
  GtkGestureMultiPress* self,
  gint n_press,
  gdouble x,
  gdouble y,
  gpointer user_data
)

Description [src]

This signal is emitted whenever a button or touch press happens.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.14

Parameters

n_press

Type: gint

How many touch/button presses happened with this one.

x

Type: gdouble

The X coordinate, in widget allocation coordinates.

y

Type: gdouble

The Y coordinate, in widget allocation coordinates.