[This is preliminary documentation and is subject to change.]

On Mouse Up event

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public virtual void OnMouseUp(
	int X,
	int Y,
	bool[] mousebuttonstate
)

Parameters

X
Type: System..::.Int32
Current Mouse X coordinate
Y
Type: System..::.Int32
Current Mouse Y coordinate
mousebuttonstate
Type: array<System..::.Boolean>[]()[]
A 5-member array representing the current state of each mouse button

See Also