Tightened the source code and README documentations in the library.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
internal import CPlaydate
|
||||
|
||||
extension Graphics {
|
||||
/// Mirroring applied when drawing a bitmap.
|
||||
/// Mirroring applied when drawing a bitmap. Wraps `LCDBitmapFlip`.
|
||||
public enum BitmapFlip: UInt32, Sendable {
|
||||
case unflipped = 0
|
||||
case flippedX = 1
|
||||
|
||||
Reference in New Issue
Block a user