Goblin - A Platform for 3D AR and VR Applications

InputDeviceMapper.Update Method 

Call this from your main loop. This will update all the drivers that are mapped.

public void Update(
   float elapsed_seconds
);

Parameters

elapsed_seconds

See Also

InputDeviceMapper Class | Goblin.Engine.Devices Namespace