button number
This commit is contained in:
parent
c9cf9e05cc
commit
eaca3ea34d
1 changed files with 5 additions and 0 deletions
|
@ -135,6 +135,11 @@ namespace Webpin.Widgets {
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
web_view.button_press_event.connect ((event) => {
|
||||||
|
stdout.printf ("BUTTON %u\n", event.button);
|
||||||
|
return base.button_press_event (event);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue