FilterReturn

public extension FilterReturn
  • Cast constructor, converting any binary integer to a FilterReturn.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The event was not handled, continues the processing

    Declaration

    Swift

    static let `continue`: _CoglFilterReturn
  • Remove the event, stops the processing

    Declaration

    Swift

    static let remove: _CoglFilterReturn