ContinuousPovMapping Class

PPJoy

A ContinuousPovMapping object represents a specific type of Point-of-View (Pov) control that can be defined on a PPJoy joystick Device. A ContinuousPovMapping defines the Pov's number (index) and the ContinuousPovDataSource that will provide the ContinuousPovMapping'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 ContinuousPovMapping _
	Inherits PovMapping
C#
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public sealed class ContinuousPovMapping : PovMapping
Visual C++
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
public ref class ContinuousPovMapping sealed : public PovMapping

Remarks

A ContinuousPovMapping sources its values from a single Analog or Reversed ContinuousPovDataSource.

Contrast this behavior with that of a DirectionalPovMapping control, which sources its values from a set of Digital DirectionalPovDataSources.

Inheritance Hierarchy

System..::.Object
  PPJoy..::.Mapping
    PPJoy..::.PovMapping
      PPJoy..::.ContinuousPovMapping

See Also