Click or drag to resize

WindowsPointerHandlerNativePointerDelegate Delegate

The method delegate used to pass data 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 NativePointerDelegate(
	int id,
	WindowsPointerHandlerPointerEvent evt,
	WindowsPointerHandlerPointerType type,
	Vector2 position,
	WindowsPointerHandlerPointerData data
)

Parameters

id
Type: SystemInt32
Pointer id.
evt
Type: TouchScript.InputSources.InputHandlersWindowsPointerHandlerPointerEvent
Current event.
type
Type: TouchScript.InputSources.InputHandlersWindowsPointerHandlerPointerType
Pointer type.
position
Type: Vector2
Pointer position.
data
Type: TouchScript.InputSources.InputHandlersWindowsPointerHandlerPointerData
Pointer data.
See Also