Retrieves the cursor position from the currently connected session.
Namespace: Â JollyGiant.Emulation
Assembly: Â JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript |
---|
function Get(position); |
Parameters
position Type: JollyGiant.Emulation..::.ScreenPosition %Presentation space cursor position.
Return Value
The
StatusCode indicating the result of the operation.
This can be one of the following values:
Status code | Description |
---|
WHLLOK | The cursor position was successfully retrieved. |
WHLLNOTCONNECTED | Your application is not currently connected to a session. |
WHLLSYSERROR | The method failed due to a system error. |
Implements
ICursor..::.Get(ScreenPosition%)See Also