Version: 2020.1
public bool Matches (UIElements.IMouseEvent e);

参数

e 鼠标事件。

返回

bool True if the event matches the requirements. False otherwise.

描述

Checks whether the current mouse event satisfies the activation requirements.


public bool Matches (UIElements.IPointerEvent e);

参数

e The pointer event.

返回

bool True if the event matches the requirements. False otherwise.

描述

Checks whether the current pointer event satisfies the activation requirements.


Did you find this page useful? Please give it a rating: