Package playn.robovm
Class RoboOrientEvent.DidRotate
java.lang.Object
playn.robovm.RoboOrientEvent
playn.robovm.RoboOrientEvent.DidRotate
- Enclosing class:
RoboOrientEvent
An event emitted when the device has just finished rotating.
-
Nested Class Summary
Nested classes/interfaces inherited from class playn.robovm.RoboOrientEvent
RoboOrientEvent.DidRotate, RoboOrientEvent.WillRotate -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.robovm.apple.uikit.UIInterfaceOrientationThe orientation from which we just rotated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fromOrient
public final org.robovm.apple.uikit.UIInterfaceOrientation fromOrientThe orientation from which we just rotated.
-
-
Constructor Details
-
DidRotate
public DidRotate(org.robovm.apple.uikit.UIInterfaceOrientation fromOrient)
-