MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / rotateLeft

Method rotateLeft

src/Geoscape/Globe.cpp:604–608  ·  view source on GitHub ↗

* Sets a leftwards rotation speed and starts the timer. */

Source from the content-addressed store, hash-verified

602 * Sets a leftwards rotation speed and starts the timer.
603 */
604void Globe::rotateLeft()
605{
606 _rotLon = -ROTATE_LONGITUDE;
607 if (!_rotTimer->isRunning()) _rotTimer->start();
608}
609
610/**
611 * Sets a rightwards rotation speed and starts the timer.

Callers 3

btnRotateLeftPressMethod · 0.80
btnRotateLeftPressMethod · 0.80
btnRotateLeftPressMethod · 0.80

Calls 2

isRunningMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected