Goblin - A Platform for 3D AR and VR Applications

InputDeviceMapper Class

This class performs two functions 1) it provides a mapping from string identifier to InputDevice, via its indexer 2) it contains a list of all InputDeviceDrivers, and serializes them when it itself is serialized

For a list of all members of this type, see InputDeviceMapper Members.

System.Object
   Goblin.Engine.Devices.InputDeviceMapper

public class InputDeviceMapper : ICustomSerialization, IInitAfterDeserialization, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Goblin.Engine.Devices

Assembly: Goblin.Engine (in Goblin.Engine.dll)

See Also

InputDeviceMapper Members | Goblin.Engine.Devices Namespace