Input.GetLastPenContactEvent

Declaration

public static PenData GetLastPenContactEvent();

Returns

PenData Pen event details in the struct.

Description

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

Note: This API is part of the legacy Input class, and not recommended for new projects. The documentation is provided here to support legacy projects that use the old Input Manager and Input class. For new projects you should use the newer and Input System Package. (read more).

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.


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