OBJECT

ControllerElementMapping

Decribes a mapping between a capability on a real input device to an element on an emulated controller.

  • type ControllerElementMapping {
  • # The capability on the real input device that will map to the emulated controller
  • # element.
  • capability: DeviceCapability
  • # The layout element on the defined controller layout that the device capability
  • # will map to.
  • element: ControllerElement
  • }