button number

This commit is contained in:
Artem Anufrij 2018-02-11 12:55:44 +01:00
parent c9cf9e05cc
commit eaca3ea34d

View file

@ -135,6 +135,11 @@ namespace Webpin.Widgets {
}
return false;
});
web_view.button_press_event.connect ((event) => {
stdout.printf ("BUTTON %u\n", event.button);
return base.button_press_event (event);
});
}
}
}