Version: 2021.1
言語: 日本語
public bool Matches (UIElements.IMouseEvent e);

パラメーター

e The mouse event.

戻り値

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.