OBJECT

DeviceLayoutMapping

Defines the default mapping between a controller element on an unspecified layout to a device capability on the input device.

  • type DeviceLayoutMapping {
  • # The set of mappings that map each element on the unspecified layout to a
  • # capability on the real device.
  • mappings: [ControllerElementMapping!]!
  • }