Version: 2017.3

BaseInputModule.IsPointerOverGameObject

Switch to Manual
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.