Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sets the cursor to the specified screen position.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
StatusCode Set(
	ScreenPosition position
)


Visual Basic (Declaration)
Function Set ( _
	position As ScreenPosition _
) As StatusCode


Visual C++
StatusCode Set(
	ScreenPosition position
)


JavaScript
function Set(position);


Parameters

position
Type: JollyGiant.Emulation..::.ScreenPositionNew ScreenPosition
New cursor position.

Return Value

The StatusCode indicating the result of the operation.

...

See Also


ICursor Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...