We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a56ca commit 90f8048Copy full SHA for 90f8048
src/main/scala/introprog/PixelWindow.scala
@@ -96,7 +96,7 @@ object PixelWindow:
96
case _ =>
97
throw new IllegalArgumentException(s"Unknown event number: $event")
98
99
-/** A window with a canvas for pixel-based drawing.
+/** A window with a canvas for pixel-based drawing. Y-coordinates are increasing downwards.
100
*
101
* @constructor Create a new window for pixel-based drawing.
102
* @param width the number of horizontal pixels
0 commit comments