소스 검색

Comments are too fat

Jean-David Moisan 6 년 전
부모
커밋
dd36d9538a
1개의 변경된 파일6개의 추가작업 그리고 18개의 파일을 삭제
  1. 6 18
      Source/InputHelper.cs

+ 6 - 18
Source/InputHelper.cs

@@ -14,29 +14,17 @@ namespace Apos.Input {
 
         // Group: Public Variables
 
-        /// <summary>
-        /// Available mouse buttons.
-        /// </summary>
+        /// <summary>Available mouse buttons.</summary>
         public enum MouseButton {
-            /// <summary>
-            /// Left mouse button.
-            /// </summary>
+            /// <summary>Left mouse button.</summary>
             LeftButton,
-            /// <summary>
-            /// Middle mouse button.
-            /// </summary>
+            /// <summary>Middle mouse button.</summary>
             MiddleButton,
-            /// <summary>
-            /// Right mouse button.
-            /// </summary>
+            /// <summary>Right mouse button.</summary>
             RightButton,
-            /// <summary>
-            /// XButton1 mouse button.
-            /// </summary>
+            /// <summary>XButton1 mouse button.</summary>
             XButton1,
-            /// <summary>
-            /// XButton2 mouse button.
-            /// </summary>
+            /// <summary>XButton2 mouse button.</summary>
             XButton2
         }
         /// <summary>Available gamepad buttons.</summary>