Input.mousePresent

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答