Mouse Constructor

KB01 Engine

KB01_Engine

Mouse Constructor

Initializes a new instance of the [Mouse] class.

Namespace:  
Assembly:  KB01_Engine (in KB01_Engine.dll)

Syntax


public Mouse(
	HWND _hwnd
)
Public Sub New ( _
	_hwnd As HWND _
)
public:
Mouse(
	HWND _hwnd
)

Parameters

_hwnd
Type: HWND
The _HWND.

See Also