Home
last modified time | relevance | path

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

/dports/games/astromenace/astromenace-1.4.1/src/ui/
H A Dcursor.cpp52 float CursorBlinkingLastTime{0.0f}; variable
70 CursorBlinkingLastTime = vw_GetTimeThread(0); in CursorInit()
92 CursorBlinking -= vw_GetTimeThread(0) - CursorBlinkingLastTime; in CursorUpdate()
95 CursorBlinkingLastTime = vw_GetTimeThread(0); in CursorUpdate()