Click or drag to resize

LongClickableItem Class

Utility to delegate the "long click" event to longClickListener It requires a graphic component (can be an image with zero alpha) that can be clicked in order to receive OnPointerDown, OnPointerUp etc. No other UI elements should be on top of this one in order to receive pointer callbacks
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.UtilLongClickableItem

Namespace:  Com.ForbiddenByte.OSA.Util
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class LongClickableItem : MonoBehaviour, 
	IPointerDownHandler, IEventSystemHandler, IPointerUpHandler, ICancelHandler

The LongClickableItem type exposes the following members.

Constructors
  NameDescription
Public methodLongClickableItem
Top
Properties
  NameDescription
Public propertyState
Top
Methods
Fields
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also