Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PointerType

A static class that holds pointer type values.
Read time 1 minuteLast updated 5 days ago

Definition

public static class PointerType

Remarks

These values are used as the values for IPointerEvent.pointerType.

Static Fields

Value

Description

mouseThe pointer type for mouse events.
penThe pointer type for pen events.
touchThe pointer type for touch events.
unknownThe pointer type for events created by unknown devices.