Patches

Interface Orientation

Interface Orientation

Define how the prototype’s interface reacts to rotation of the device. Different phones, laptops or tablets can have different set of supported interface orientations. Use the Device Info patch to get the physical orientation of a connected device in angles.

Interface Orientation

  • Start In
  • Portrait
  • Landscape Left
  • Landscape Right
  • Upside Down

Start In

The interface orientation to be shown when the prototype starts or restarts. Can be Portrait, Landscape Reft, Landscape Left or Upside Down. If the current device doesn’t support this orientation, it will use its default orientation instead.

Portrait

A boolean indicating whether the interface will rotate when device is rotated to the portrait orientation.

Landscape Left

A boolean indicating whether the interface will rotate when device is rotated to the left landscape orientation.

Landscape Right

A boolean indicating whether the interface will rotate when device is rotated to the right landscape orientation.

Upside Down

A boolean indicating whether the interface will rotate when device is rotated to the upside down orientation.