addOrientationListener abstract method
- OrientationListener listener
Adds an OrientationListener to the engine.
The listener is notified when a new orientation is available. Supports more than one listener. A listener is added only once.
listenerThe listener to be added.
Implementation
void addOrientationListener(OrientationListener listener);