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 c259805b8e
commit 860c917833
No known key found for this signature in database
GPG Key ID: E24CA7508C27AF5B
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