We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efea32 commit 866bd2dCopy full SHA for 866bd2d
Packages/com.unity.inputsystem/InputSystem/Plugins/UI/InputSystemUIInputModule.cs
@@ -84,7 +84,7 @@ namespace UnityEngine.InputSystem.UI
84
/// var eventSystem = EventSystem.current;
85
///
86
/// // Get the InputSystemUIInputModule component
87
- /// uiModule = eventSystem.GetComponent<InputSystemUIInputModule>();
+ /// uiModule = eventSystem.GetComponent<InputSystemUIInputModule>();
88
89
/// // Using the default input actions just as an example. Another InputActionAsset can be used.
90
/// DefaultInputActions defaultInputActions = new DefaultInputActions();
0 commit comments