On this pageFlexListItem.pointerDownpublic bool pointerDown { get; }CopyDescription#Gets if the pointer is down over the itemUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FlexListItem target) { bool result = target.pointerDown; } }Copy