Package io.github.libsdl4j.api.video
Class SDL_FlashOperation
- java.lang.Object
-
- io.github.libsdl4j.api.video.SDL_FlashOperation
-
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_FLASH_BRIEFLY
Flash the window briefly to get attentionstatic int
SDL_FLASH_CANCEL
Cancel any window flash statestatic int
SDL_FLASH_UNTIL_FOCUSED
Flash the window until it gets focus
-
-
-
Field Detail
-
SDL_FLASH_CANCEL
public static final int SDL_FLASH_CANCEL
Cancel any window flash state- See Also:
- Constant Field Values
-
SDL_FLASH_BRIEFLY
public static final int SDL_FLASH_BRIEFLY
Flash the window briefly to get attention- See Also:
- Constant Field Values
-
SDL_FLASH_UNTIL_FOCUSED
public static final int SDL_FLASH_UNTIL_FOCUSED
Flash the window until it gets focus- See Also:
- Constant Field Values
-
-