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.Util LongClickableItem

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
Name Description
Public method LongClickableItem
Top
Properties
Name Description
Public property State
Top
Methods
Fields
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also