Home
last modified time | relevance | path

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

/dports/games/vor/vor-0.5.8/
H A Dvorconfig.h59 #define CURSOR_BLINK_TIME 300 macro
H A Dscore.c171 int display_cursor = (SDL_GetTicks() / CURSOR_BLINK_TIME) % 2; in display_scores()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/overlay/
H A DDocumentOverlayView.java46 private static final int CURSOR_BLINK_TIME = 500; field in DocumentOverlayView
110 postDelayed(cursorAnimation, CURSOR_BLINK_TIME); in initialize()
256 postDelayed(cursorAnimation, CURSOR_BLINK_TIME);
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/overlay/
H A DDocumentOverlayView.java46 private static final int CURSOR_BLINK_TIME = 500; field in DocumentOverlayView
110 postDelayed(cursorAnimation, CURSOR_BLINK_TIME); in initialize()
259 postDelayed(cursorAnimation, CURSOR_BLINK_TIME);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Controls/
H A DWidgetTextInput.cpp38 const float CURSOR_BLINK_TIME = 0.7f; variable
189 cursor_timer += CURSOR_BLINK_TIME; in OnUpdate()
639 cursor_timer = CURSOR_BLINK_TIME; in ShowCursor()