Workaround to get input system prototype to work on touch screens for now.

This commit is contained in:
Rune Skovbo Johansen 2016-02-25 13:48:23 +01:00
Родитель 466eb204f7
Коммит 2cd5a4a5cd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -11,8 +11,10 @@ public class MouseInputToEvents
public void Update()
{
#if !UNITY_IOS && !UNITY_ANDROID
SendButtonEvents();
SendMoveEvent();
#endif
}
void SendButtonEvents()