From bb84ad0f796f84755df87e63ce9e78aab289accb Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 28 Jan 2021 00:10:41 +0100 Subject: [PATCH] Add missing doc comment --- Source/Editor/Options/InputBinding.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Editor/Options/InputBinding.cs b/Source/Editor/Options/InputBinding.cs index df3d2dae6..eddd76882 100644 --- a/Source/Editor/Options/InputBinding.cs +++ b/Source/Editor/Options/InputBinding.cs @@ -161,6 +161,7 @@ namespace FlaxEditor.Options /// Processes this input binding to check if state matches. /// /// The input providing control. + /// The input key. /// True if input has been processed, otherwise false. public bool Process(Control control, KeyboardKeys key) {