Searched refs:cursor_last_shown (Results 1 – 1 of 1) sorted by relevance
349 static int64_t cursor_last_shown; variable3237 if (!cursor_hidden && av_gettime_relative() - cursor_last_shown > CURSOR_HIDE_DELAY) { in refresh_loop_wait_event()3419 cursor_last_shown = av_gettime_relative(); in event_loop()