Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor/Text/Def/TextUICocoa/Input/MouseEvent.cs')
-rw-r--r--src/Editor/Text/Def/TextUICocoa/Input/MouseEvent.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/Editor/Text/Def/TextUICocoa/Input/MouseEvent.cs b/src/Editor/Text/Def/TextUICocoa/Input/MouseEvent.cs
deleted file mode 100644
index f98aa64..0000000
--- a/src/Editor/Text/Def/TextUICocoa/Input/MouseEvent.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License. See License.txt in the project root for license information.
-//
-
-using AppKit;
-
-namespace Microsoft.VisualStudio.Text.Editor
-{
- /// <summary>
- /// A native <see cref="NSEvent"/> mouse input event that
- /// allows for indicating that the event has been handled.
- /// </summary>
- public sealed class MouseEvent : InputEvent
- {
- internal MouseEvent(NSEvent @event) : base(@event)
- {
- }
- }
-} \ No newline at end of file