Catlike Coding
Unity Code Documentation
Public Member Functions | List of all members
CatlikeCoding.EventSystem.IPointerUpHandler Interface Reference

Handler for pointer up events. More...

Inherits CatlikeCoding.EventSystem.IEventSystemHandler.

Inherited by CatlikeCoding.Clipping.ClipBoxDragInput3D, CatlikeCoding.Clipping.Scrollbar3DInput, CatlikeCoding.Clipping.ScrollbarInput3D, and CatlikeCoding.EventSystem.EventSystemTester.

Public Member Functions

void OnPointerUp (PointerEventData eventData)
 Called on the same component that the pointer went down on, after it went up. More...
 

Detailed Description

Handler for pointer up events.

Member Function Documentation

void CatlikeCoding.EventSystem.IPointerUpHandler.OnPointerUp ( PointerEventData  eventData)

Called on the same component that the pointer went down on, after it went up.

It's not called on the component that the pointer is currently on, if any.

Parameters
eventDataEvent data.

Implemented in CatlikeCoding.Clipping.ScrollbarInput3D, CatlikeCoding.Clipping.Scrollbar3DInput, CatlikeCoding.Clipping.ClipBoxDragInput3D, and CatlikeCoding.EventSystem.EventSystemTester.