Version: 2017.2

Input.mousePresent

Switch to Manual
public static bool mousePresent ;

Description

Indicates if a mouse device is detected.

On Windows, Android and Metro platforms, this function does actual mouse presence detection, so may return true or false. On Linux, Mac, WebGL, this function will always return true. On iOS and console platforms, this function will always return false.