Add missing doc comment

This commit is contained in:
Wojtek Figat
2021-01-28 00:10:41 +01:00
parent 0de380ad3a
commit bb84ad0f79

View File

@@ -161,6 +161,7 @@ namespace FlaxEditor.Options
/// Processes this input binding to check if state matches.
/// </summary>
/// <param name="control">The input providing control.</param>
/// <param name="key">The input key.</param>
/// <returns>True if input has been processed, otherwise false.</returns>
public bool Process(Control control, KeyboardKeys key)
{