extend API of ARDOUR_UI_UTILS::emulate_key_event() to allow it to pass modifiers too

This commit is contained in:
Paul Davis 2021-06-06 08:05:59 -06:00
parent ecb992de64
commit 2e0fa8943a
3 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ void set_color_from_rgba (Gdk::Color&, uint32_t);
bool relay_key_press (GdkEventKey* ev, Gtk::Window* win);
bool key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev);
bool emulate_key_event (unsigned int);
bool emulate_key_event (unsigned int, int state);
Glib::RefPtr<Gdk::Pixbuf> get_xpm (std::string);
std::vector<std::string> get_icon_sets ();