MouseEvent mantains the coherence between pointer and windows mouse it receives the mouse events as a objet newMouse of MouseState

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public XY MouseEvent(
	MouseState newMouse
)
Visual Basic (Declaration)
Public Function MouseEvent ( _
	newMouse As MouseState _
) As XY
Visual C++
public:
XY^ MouseEvent(
	MouseState^ newMouse
)

Parameters

newMouse
Type: GLSV..::.MouseState
this object of MouseState has the event

Return Value

it returns the new mouse position after the event

See Also