[Player][Input] Switch to generic input consumption interface. Version package json file
This commit is contained in:
8
Assets/Scripts/ITouchInputConsumer.cs
Normal file
8
Assets/Scripts/ITouchInputConsumer.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface ITouchInputConsumer
|
||||
{
|
||||
void OnTouchPress(Vector2 screenPosition);
|
||||
void OnTouchPosition(Vector2 screenPosition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user