Structures

The following structures are available globally.

  • Simple rectangle struct to simplify the API. (BearLibTerminal-Swift uses this instead of CGRect to avoid a Core Graphics dependency, making Linux support possible.)

    See more

    Declaration

    Swift

    public struct BLRect : Equatable, Codable
  • Simple point struct to simplify the API. (BearLibTerminal-Swift uses this instead of CGPoint to avoid a Core Graphics dependency, making Linux support possible.)

    See more

    Declaration

    Swift

    public struct BLPoint : Equatable, Codable
  • Simple size struct to simplify the API. (BearLibTerminal-Swift uses this instead of CGSize to avoid a Core Graphics dependency, making Linux support possible.)

    See more

    Declaration

    Swift

    public struct BLSize : Equatable, Codable