This version of Unity is unsupported.

BaseInputModule.IsPointerOverGameObject

Declaration

public bool IsPointerOverGameObject(int pointerId);

Parameters

pointerId Pointer ID.

Description

Is the pointer with the given ID over an EventSystem object?

If the module is pointer based, you can override it to return true if the pointer is over an EventSystem object.

See EventSystem.IsPointerOverGameObject.