Package playn.robovm

Class RoboOrientEvent.WillRotate

java.lang.Object
playn.robovm.RoboOrientEvent
playn.robovm.RoboOrientEvent.WillRotate
Enclosing class:
RoboOrientEvent

public static class RoboOrientEvent.WillRotate extends RoboOrientEvent
An event emitted when the device is about to rotate.
  • Field Details

    • toOrient

      public final org.robovm.apple.uikit.UIInterfaceOrientation toOrient
      The orientation to which we're rotation.
    • duration

      public final double duration
      The duration of the rotation animation, in seconds.
  • Constructor Details

    • WillRotate

      public WillRotate(org.robovm.apple.uikit.UIInterfaceOrientation toOrient, double duration)