remanaged drag input and platform movement
This commit is contained in:
@@ -5,6 +5,7 @@ public interface IInputReader
|
||||
{
|
||||
event Action<Vector2> OnDragValueChanged;
|
||||
bool isMouseButtonPressed { get; }
|
||||
bool isDragging { get; }
|
||||
Vector2 dragInput { get; }
|
||||
|
||||
void LockInput();
|
||||
|
||||
Reference in New Issue
Block a user