Maze / Library /PackageCache /com.unity.inputsystem@1.6.1 /InputSystem /Plugins /WebGL /WebGLJoystick.cs
| namespace UnityEngine.InputSystem.WebGL | |
| { | |
| /// <summary> | |
| /// A Joystick or Gamepad on WebGL that does not have any known mapping. | |
| /// </summary> | |
| public class WebGLJoystick : Joystick | |
| { | |
| } | |
| } | |