GetMappings Method

PPJoy

Gets a MappingCollection representing the controls defined on this Device.

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

Syntax

Visual Basic (Declaration)
Public Function GetMappings As MappingCollection
C#
public MappingCollection GetMappings()
Visual C++
public:
MappingCollection^ GetMappings()

Return Value

A MappingCollection object representing the controls defined directly on this Device.

See Also