Game UI ready
This commit is contained in:
@@ -5,7 +5,9 @@ public interface IInputReader
|
||||
{
|
||||
event Action<Vector2> OnDragValueChanged;
|
||||
bool isMouseButtonPressed { get; }
|
||||
bool blockedInput { get; set; }
|
||||
Vector2 dragInput { get; }
|
||||
|
||||
void LockInput();
|
||||
void UnlockInput();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user