This version of Unity is unsupported.

GestureRecognizer.GestureErrorDelegate

Declaration

public delegate void GestureErrorDelegate(string error, int hresult);

Parameters

error A readable error string (when possible).
hresult The HRESULT code from the platform.

Description

Callback indicating an error or warning occurred.

GestureErrorDelegate has been deprecated. Use GestureError instead.