UserInterface.DrawCursor Method

GeonBit.UI

UserInterfaceDrawCursor Method
Draw the cursor.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DrawCursor(
	SpriteBatch spriteBatch
)

Parameters

spriteBatch
Type: SpriteBatch
SpriteBatch to draw the cursor.
See Also