Set Cursor Sensitivity + API

Welcome to the "Set Cursor Sensitivity" Unity Asset.



Summary:


"Set Cursor Sensitivity" is an Unity Plugin that gives you the ability to control the actual sensitivity of your Hardware (OS) Cursor in your screen via Scripting.


You can set a different sensitivity for inside or outside the unity window, you can even create areas with different cursor sensitivity (cursor speed).


The package comes with an Example Scene to help you start and understand its use. Can be combined with Unity's current API to achieve great effects !


Supports: All Unity versions



What you actually get:


~Source Code



~Forum/Email support


(As far as its possible and related to the plugin)



~New Scripting API.


-SystemCursor.ResetSensitivity();


-SystemCursor.ResetSensitivity(int Speed);


-SystemCursor.SetSensitivity(int Speed);


-SystemCursor.SetGlobalSensitivity(int Speed);


-SystemCursor.GetGlobalSensitivity();


-SystemCursor.SetLocalSensitivity(int Speed);


-SystemCursor.GetLocalSensitivity();


-SystemCursor.SetCustomSensitivity(int Speed);


-SystemCursor.GetCurrentCustomSensitivity();


-SystemCursor.GetCurrentSensitivity();




Notes:


Works outside of the unity window too, and Global sensitivity will not automatically reset after you close the window.


This is a Windows only plugin.



Conctact Info :

Email : contact@darknessblade.com

Demo - https://darknessblade.com/Downloads/SensitivityDemo.rar

Website - https://www.darknessblade.com/

Discord - https://discord.gg/UTApUes8dr

Facebook - https://www.facebook.com/Darkness-Blade-1432547537008058

Youtube - https://www.youtube.com/c/DarknessBlade

Twitch - https://www.twitch.tv/darknessblade_

Forum Thread: https://forum.unity.com/threads/set-cursor-sensitivity-system-cursor.528044/