The DirectX Input interface initialization.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static void Initialize(
	Form focusForm
)

Parameters

focusForm
Type: System.Windows.Forms..::.Form
Form.

Remarks

Initializes the DirectX Input for the given form. In one application, there can by only one DirectX Input form. When this form is active, it is possible to read DirectX Input input devices and receive the XInputAction events.

See Also