removeOrientationListener abstract method

void removeOrientationListener(
  1. OrientationListener listener
)

Removes an OrientationListener from the engine.

  • listener The listener to be removed.

Implementation

void removeOrientationListener(OrientationListener listener);