From 860c91783371f0277bc624b07f1e2a6a25fb5c26 Mon Sep 17 00:00:00 2001 From: Vincent Wong Date: Sun, 21 Oct 2018 00:31:19 -0700 Subject: [PATCH] audio_timing: add missing param comment for OnLeftClick Missing the alt_click param in comment --- src/audio_timing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/audio_timing.h b/src/audio_timing.h index 7891d2ef7..4c0ecf9cb 100644 --- a/src/audio_timing.h +++ b/src/audio_timing.h @@ -150,6 +150,7 @@ public: /// @brief The user pressed the left mouse button on the audio /// @param ms The time in milliseconds the user clicked /// @param ctrl_down Is the user currently holding the ctrl key down? + /// @param alt_down Is the user currently holding the alt key down? /// @param sensitivity Distance in milliseconds to consider existing markers /// @param snap_range Maximum snapping range in milliseconds /// @return All audio markers at the clicked position which are eligible