Home
last modified time | relevance | path

Searched refs:getCurMillis (Results 1 – 4 of 4) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/sdl/
H A Dwindow.cpp218 setLastMouseEvent(Chrono::getCurMillis()); in handleEvent()
360 if (Chrono::getCurMillis() - getLastToggle() > 100) { in handleEvent()
362 setLastToggle(Chrono::getCurMillis()); in handleEvent()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/common/
H A Dplatform_common.h147 static int64 getCurMillis();
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/common/
H A Dplatform_common.cpp259 int64 Chrono::getCurMillis() { in getCurMillis() function in Shared::PlatformCommon::Chrono
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/graphics/
H A Drenderer.cpp10102 if(cycle.getCurMillis() % 50 == 0) {