audio_timing: add missing param comment for OnLeftClick

Missing the alt_click param in comment
This commit is contained in:
Vincent Wong 2018-10-21 00:31:19 -07:00 committed by odrling
parent 98e86f5fe4
commit 7760b7c9c6
No known key found for this signature in database
GPG Key ID: A0145F975F9F8B75
1 changed files with 1 additions and 0 deletions

View File

@ -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