Update touch input settings
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
public interface ITouchInputConsumer
|
||||
{
|
||||
void OnTouchPress(Vector2 screenPosition);
|
||||
void OnTouchPosition(Vector2 screenPosition);
|
||||
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 OnHoldEnd(Vector2 position);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user