add MouseScrollDelta support to InputManager

This commit is contained in:
Sinai
2021-04-22 03:57:11 +10:00
parent 29b453dc91
commit 31fa786574
5 changed files with 32 additions and 5 deletions

View File

@ -6,6 +6,7 @@ namespace UnityExplorer.Core.Input
public interface IHandleInput
{
Vector2 MousePosition { get; }
Vector2 MouseScrollDelta { get; }
bool GetKeyDown(KeyCode key);
bool GetKey(KeyCode key);