Joystick
Find Method (name)
NamespacesDXJoystickJoystickFind(String)
Find a joystick by name.
Declaration Syntax
C#Visual BasicVisual C++
public static Joystick Find(
	string name
)
Public Shared Function Find ( _
	name As String _
) As Joystick
public:
static Joystick^ Find(
	String^ name
)
Parameters
name (String)
The name of the joystick to find.
Return Value
The joystick if found, otherwise null.

Assembly: Joystick (Module: Joystick) Version: 1.0.3.0