Version: 2022.2
언어: 한국어

Input.GetLastPenContactEvent

매뉴얼로 전환
public static PenData GetLastPenContactEvent ();

반환

PenData Pen event details in the struct.

설명

Returns the PenData for the last stored pen up or down event.

PenData.type will be set to PenEventType.Ignore if the event has already been processed by UIToolKit. GetPenEvent should be used to retrieve previous pen events.