Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 1.3 KB

File metadata and controls

79 lines (49 loc) · 1.3 KB

DragCorrector

Utility to manage the EventSystem drag threshold for high DPI systems


Contents

1 Overview

2 Properties

3 Methods

4 Usage

5 Video Demo

6 See also

7 Credits and Donation

8 External links


Overview

Utility to manage the EventSystem drag threshold for high DPI systems


Properties

Property Description
Reference DPI Baseline DPI used to scale the drag threshold.
Use Device DPI If enabled, scales threshold using the current device DPI; otherwise uses Reference DPI.
Multiplier Additional scaling factor applied to the computed drag threshold.

Methods

This component does not expose public methods beyond inherited behaviour.


Usage

To enable the Drag Corrector, simply add the component to the EventSystem using:

"Add Component -> UI -> Extensions -> DragCorrector"


Video Demo

tbc


See also

N/A


Credits and Donation

FireOApache


External links

Sourced from