mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
extend API of ARDOUR_UI_UTILS::emulate_key_event() to allow it to pass modifiers too
This commit is contained in:
parent
ecb992de64
commit
2e0fa8943a
3 changed files with 4 additions and 4 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue