Click or drag to resize
AB4D logo

InputElementFactoryGetInputElementsArray Method

Returns array of InputElement structs that describes the supplied inputLayoutType. This method is thread safe and can be called from any thread.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static InputElement[] GetInputElementsArray(
	InputLayoutType inputLayoutType
)

Parameters

inputLayoutType  InputLayoutType
inputLayoutType

Return Value

InputElement
array of InputElement structs
See Also