Click or drag to resize

IInputListenerReceiveDebugCoordinateEvent Method

Receives a debug coordinate.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
void ReceiveDebugCoordinateEvent(
	DebugCoordinate c
)

Parameters

c
Type: ProScriptDebugCoordinate
Debug coordinate to receive
See Also