DeviceType Property

PPJoy

Gets the JoystickType of this Device.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DeviceType As JoystickTypes
C#
public JoystickTypes DeviceType { get; }
Visual C++
public:
property JoystickTypes DeviceType {
	JoystickTypes get ();
}

See Also