Big Input refactor
This commit is contained in:
@@ -3,10 +3,7 @@
|
||||
public interface ITouchInputConsumer
|
||||
{
|
||||
void OnTap(Vector2 position);
|
||||
void OnDragStart(Vector2 position);
|
||||
void OnDrag(Vector2 position);
|
||||
void OnDragEnd(Vector2 position);
|
||||
void OnHoldStart(Vector2 position);
|
||||
void OnHold(Vector2 position);
|
||||
void OnHoldMove(Vector2 position);
|
||||
void OnHoldEnd(Vector2 position);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user