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
)
Sub ReceiveDebugCoordinateEvent (
c As DebugCoordinate
)
void ReceiveDebugCoordinateEvent(
DebugCoordinate^ c
)
abstract ReceiveDebugCoordinateEvent :
c : DebugCoordinate -> unit
Parameters
- c
- Type: ProScriptDebugCoordinate
Debug coordinate to receive
See Also