Method GetCursor
| Improve this Doc View SourceGetCursor(out GraphicsIn)
plGetCursor: Wait for graphics input event and translate to world coordinates.
Declaration
public Int32 GetCursor(out GraphicsIn gin)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicsIn | gin | Pointer to PLGraphicsIn structure which will contain the output. The structure is not allocated by the routine and must exist before the function is called. |
Returns
| Type | Description |
|---|---|
| Int32 |
Remarks
Wait for graphics input event and translate to world coordinates. Returns 0 if no translation to world coordinates is possible.