Click or drag to resize

JoystickInputDeviceInitDeviceData Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected void InitDeviceData(
	JoystickInputDeviceButton[] buttons,
	JoystickInputDeviceAxis[] axes,
	JoystickInputDevicePOV[] povs,
	JoystickInputDeviceSlider[] sliders,
	ForceFeedbackController forceFeedbackController
)

Parameters

buttons
Type: NeoAxisJoystickInputDeviceButton
axes
Type: NeoAxisJoystickInputDeviceAxis
povs
Type: NeoAxisJoystickInputDevicePOV
sliders
Type: NeoAxisJoystickInputDeviceSlider
forceFeedbackController
Type: NeoAxisForceFeedbackController
See Also