Class SDL_FlashOperation

  • All Implemented Interfaces:
    JnaEnum

    public final class SDL_FlashOperation
    extends Object
    implements JnaEnum
    Window flash operation
    • 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