DirectionalPovMapping Class

PPJoy

A DirectionalPovMapping object represents a specific type of Point-of-View (Pov) control that can be defined on a PPJoy joystick Device. A DirectionalPovMapping defines the Pov's number (index) and the DirectionalPovDataSources that will provide the DirectionalPovMapping's state values that it will report to Windows.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
Public NotInheritable Class DirectionalPovMapping _
	Inherits PovMapping
C#
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public sealed class DirectionalPovMapping : PovMapping
Visual C++
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
public ref class DirectionalPovMapping sealed : public PovMapping

Remarks

A DirectionalPovMapping sources its values from one or more Digital (or quasi-Digital) DirectionalPovDataSources.

Contrast this behavior with that of a ContinuousPovMapping, which sources its values from a single Analog or Reversed ContinuousPovDataSource.

Inheritance Hierarchy

System..::.Object
  PPJoy..::.Mapping
    PPJoy..::.PovMapping
      PPJoy..::.DirectionalPovMapping

See Also