From 330053de1e52b6d4ad7d959792d23b0d03352fcd Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 28 Oct 2010 09:00:53 +0000 Subject: [PATCH] Fixed malformed documentation comments. --- Source/OpenTK/Input/MouseState.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/OpenTK/Input/MouseState.cs b/Source/OpenTK/Input/MouseState.cs index a4449aad..19c74451 100644 --- a/Source/OpenTK/Input/MouseState.cs +++ b/Source/OpenTK/Input/MouseState.cs @@ -126,7 +126,7 @@ namespace OpenTK.Input } /// - /// Gets a indicating whether the left mouse button is pressed. /// This property is intended for XNA compatibility. /// public ButtonState LeftButton @@ -135,7 +135,7 @@ namespace OpenTK.Input } /// - /// Gets a indicating whether the middle mouse button is pressed. /// This property is intended for XNA compatibility. /// public ButtonState MiddleButton @@ -144,7 +144,7 @@ namespace OpenTK.Input } /// - /// Gets a indicating whether the right mouse button is pressed. /// This property is intended for XNA compatibility. /// public ButtonState RightButton @@ -153,7 +153,7 @@ namespace OpenTK.Input } /// - /// Gets a indicating whether the first extra mouse button is pressed. /// This property is intended for XNA compatibility. /// public ButtonState XButton1 @@ -162,7 +162,7 @@ namespace OpenTK.Input } /// - /// Gets a indicating whether the second extra mouse button is pressed. /// This property is intended for XNA compatibility. /// public ButtonState XButton2