Click or drag to resize

WindowsPointerHandlerNativeLog Delegate

The method delegate used to pass log messages from the native DLL.

Namespace:  TouchScript.InputSources.InputHandlers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected delegate void NativeLog(
	string log
)

Parameters

log
Type: SystemString
The log message.
See Also