File tree Expand file tree Collapse file tree
Packages/com.unity.inputsystem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ static InputSystemEditorInitializer()
2727 InputSystem . s_ShouldEnableActions = ShouldEnableActions ;
2828 InputAnalytics . s_IsNewSystemBackendsEnabled = ShouldEnableActionsNewBackend ;
2929 InputAnalytics . s_IsOldSystemBackendsEnabled = ShouldEnableActionsOldBackend ;
30-
30+
3131 // Register analytics callbacks for InputActionSetupExtensions
3232 InputActionSetupExtensions . s_ApiUsageCallback = RegisterSetupApiUsage ;
3333 InputActionSetupExtensions . s_SuppressAnalytics = SuppressSetupAnalytics ;
@@ -333,7 +333,7 @@ internal static bool ShouldEnableActions()
333333 // Abort if not in play-mode in editor
334334 return EditorApplication . isPlayingOrWillChangePlaymode ;
335335 }
336-
336+
337337 /// <summary>
338338 /// Checks if the backends for the new input system should be enabled in the Editor (Editor-specific check for play mode and player settings)
339339 /// </summary>
@@ -342,7 +342,7 @@ internal static bool ShouldEnableActionsNewBackend()
342342 // Abort if not in play-mode in editor
343343 return EditorPlayerSettingHelpers . newSystemBackendsEnabled ;
344344 }
345-
345+
346346 /// <summary>
347347 /// Checks if the backends for the old input system should be enabled in the Editor (Editor-specific check for play mode and player settings)
348348 /// </summary>
Original file line number Diff line number Diff line change @@ -622,7 +622,6 @@ public enum CursorMode
622622 /// </summary>
623623 HardwareCursorIfAvailable ,
624624 }
625-
626625 }
627626}
628627#endif // PACKAGE_DOCS_GENERATION || UNITY_INPUT_SYSTEM_ENABLE_UI
You can’t perform that action at this time.
0 commit comments