1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-03 14:56:01 +02:00

Smoother mouse wheel scrolling

This commit is contained in:
Brian Fiete 2020-05-25 00:10:35 -07:00
parent 5a5287bc8b
commit 84aecbca81
11 changed files with 20 additions and 15 deletions

View file

@ -11,7 +11,7 @@ namespace Beefy.events
public float mY;
public int32 mBtn;
public int32 mBtnCount;
public int32 mWheelDelta;
public float mWheelDelta;
public void GetRootCoords(out float x, out float y)
{