Added missing documentation to the source code in the Playdate bindings target.
This commit is contained in:
@@ -4,6 +4,7 @@ internal import CPlaydate
|
||||
public enum Display {}
|
||||
|
||||
extension Display {
|
||||
/// The cached `playdate->display` C API table.
|
||||
private static var api: UnsafePointer<playdate_display> { Playdate.displayAPI.unsafelyUnwrapped }
|
||||
|
||||
/// The display width in pixels, taking the current scale into account.
|
||||
|
||||
Reference in New Issue
Block a user