Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dcursor.cpp71 static frac_t g_IterationSize = 0; variable
428 newX -= g_IterationSize; in DoCursorMove()
431 newX += g_IterationSize; in DoCursorMove()
434 newY -= g_IterationSize; in DoCursorMove()
437 newY += g_IterationSize; in DoCursorMove()
439 g_IterationSize += ITER_ACCELERATION; in DoCursorMove()
445 g_IterationSize = ITERATION_BASE; in DoCursorMove()
518 g_IterationSize = ITERATION_BASE; in InitCurPos()