ScriptEvent.CursorAtPosition Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
CursorAtPosition(Int32, Int32)
Gets a ScriptEvent that matches a cursor appearing at the specified position.
Declaration
public static ScriptEvent CursorAtPosition(int row, int column)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | row | Row coordinate of the position. |
| Int32 | column | Column coordinate of the position. |
Returns
| Type | Description |
|---|---|
| ScriptEvent | ScriptEvent that matches a cursor appearing at the specified position. |