diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-14 23:06:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-14 23:06:53 +0100 |
| commit | ca20cd4711c6b56ac238cf2313d2d4d1db92fe1a (patch) | |
| tree | e8ca98c003a15b93857af883f8d487d7d72f60f9 /src/wx/audio_mapping_view.h | |
| parent | faa42e385ec2e36e75347ba5da1e4e0f69b6d6f3 (diff) | |
Add tooltip for input groups (#1557).
Diffstat (limited to 'src/wx/audio_mapping_view.h')
| -rw-r--r-- | src/wx/audio_mapping_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_mapping_view.h b/src/wx/audio_mapping_view.h index 527510c77..a96757b5c 100644 --- a/src/wx/audio_mapping_view.h +++ b/src/wx/audio_mapping_view.h @@ -88,6 +88,7 @@ private: void motion (wxMouseEvent &); void mouse_wheel (wxMouseEvent &); boost::optional<std::pair<int, int> > mouse_event_to_channels (wxMouseEvent& ev) const; + boost::optional<std::string> mouse_event_to_input_group_name (wxMouseEvent& ev) const; void setup (); void off (); |
