Added missing documentation to the source code in the Playdate bindings target.
This commit is contained in:
@@ -7,6 +7,7 @@ public struct Rect: Sendable {
|
||||
public var width: Float
|
||||
public var height: Float
|
||||
|
||||
/// Creates a rect from an origin and size.
|
||||
public init(x: Float, y: Float, width: Float, height: Float) {
|
||||
self.x = x
|
||||
self.y = y
|
||||
|
||||
Reference in New Issue
Block a user