







![]() ![]() |
PPJoy Wrapper Library reference library |
DirectionalPovMapping..::.NorthDataSource Property |
DirectionalPovMapping Class See Also |
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property NorthDataSource As DirectionalPovDataSources |
C# |
---|
public DirectionalPovDataSources NorthDataSource { get; set; } |
Visual C++ |
---|
public: property DirectionalPovDataSources NorthDataSource { DirectionalPovDataSources get (); void set (DirectionalPovDataSources value); } |
Remarks
When this property is set to an Analog-Max DirectionalPovDataSource, then this DirectionalPovMapping will report a value of pressed in the North direction to Windows whenever the Analog DirectionalPovDataSource's value is at its maximum value. Similarily, this DirectionalPovMapping will report a value of centered to Windows whenever the Analog DirectionalPovDataSource's value is at any other value other than its maximum (and no other direction is reporting pressed).
When this property is set to an Analog-Min DirectionalPovDataSource, then this DirectionalPovMapping will report a value of pressed in the North direction to Windows whenever the Analog DirectionalPovDataSource's value is at its minimum. Similarily, this DirectionalPovMapping will report a value of centered to Windows whenever the Analog DirectionalPovDataSource's value is at any other value other than its minimum (and no other direction is reporting pressed).