File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed
Packages/com.unity.inputsystem/InputSystem Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1010using UnityEngine . InputSystem . DualShock ;
1111using UnityEngine . InputSystem . EnhancedTouch ;
1212using UnityEngine . InputSystem . HID ;
13+ using UnityEngine . InputSystem . UI ;
1314using UnityEngine . InputSystem . Users ;
1415using UnityEngine . InputSystem . XInput ;
1516using UnityEngine . InputSystem . Utilities ;
Original file line number Diff line number Diff line change 11using UnityEngine . InputSystem ;
22
3- ////FIXME: This should be UnityEngine.InputSystem.UI
4-
5- #if UNITY_DISABLE_DEFAULT_INPUT_PLUGIN_INITIALIZATION
6- public
7- #else
8- internal
9- #endif
10- static class UISupport
3+ namespace UnityEngine . InputSystem . UI
114{
12- public static void Initialize ( )
5+ #if UNITY_DISABLE_DEFAULT_INPUT_PLUGIN_INITIALIZATION
6+ public
7+ #else
8+ internal
9+ #endif
10+ static class UISupport
1311 {
14- InputSystem . RegisterLayout ( @"
15- {
16- ""name"" : ""VirtualMouse"",
17- ""extend"" : ""Mouse""
18- }
19- " ) ;
12+ public static void Initialize ( )
13+ {
14+ InputSystem . RegisterLayout ( @"
15+ {
16+ ""name"" : ""VirtualMouse"",
17+ ""extend"" : ""Mouse""
18+ }
19+ " ) ;
20+ }
2021 }
2122}
You can’t perform that action at this time.
0 commit comments