Rasagar/Library/PackageCache/com.unity.inputsystem/InputSystem/Plugins/WebGL/WebGLJoystick.cs
2024-08-26 23:07:20 +03:00

13 lines
310 B
C#

#if UNITY_WEBGL || UNITY_EDITOR || PACKAGE_DOCS_GENERATION
namespace UnityEngine.InputSystem.WebGL
{
/// <summary>
/// A Joystick or Gamepad on WebGL that does not have any known mapping.
/// </summary>
public class WebGLJoystick : Joystick
{
}
}
#endif // UNITY_WEBGL || UNITY_EDITOR