// Copyright (c) Pixel Crushers. All rights reserved. using UnityEngine; namespace PixelCrushers.Wrappers { /// /// This script checks for joystick and keyboard input. If the player uses a joystick, /// it enables autofocus. If the player uses the mouse or keyboard, it disables autofocus. /// [AddComponentMenu("Pixel Crushers/Common/UI/Input Device Manager")] public class InputDeviceManager : PixelCrushers.InputDeviceManager { } }