wl_pointer_listener.button

pointer button event

Mouse button click and release notifications.

The location of the click is given by the last motion or enter event. The time argument is a timestamp with millisecond granularity, with an undefined base.

struct wl_pointer_listener
void function(void* data, wl_pointer* wl_pointer, uint serial, uint time, uint button, uint state) button;

Meta