Missed some refs

pull/413/head
Simon (darkside) Jackson 2020-10-21 19:04:00 +01:00
parent 9ac3b24818
commit ac80817f49
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace UnityEngine.UI.Extensions
{
public static class UIExtensionsInputManager
{
#if !ENABLE_LEGACY_INPUT_MANAGER
#if UNITY_2019_OR_NEWER && !ENABLE_LEGACY_INPUT_MANAGER
private static bool[] mouseButtons = new bool[3] { false, false, false };
private static Dictionary<KeyCode, bool> keys = new Dictionary<KeyCode, bool>();
private static Dictionary<String, bool> buttons = new Dictionary<String, bool>();