pressed


Description:

public signal void pressed (int n_press, double x, double y)

Emitted whenever a button or touch press happens.

Parameters:

n_press

how many touch/button presses happened with this one

x

The X coordinate, in widget allocation coordinates

y

The Y coordinate, in widget allocation coordinates