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) {