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 2a74281 commit 3765e86Copy full SHA for 3765e86
macos/coregraphics/coregraphics_test.go
@@ -3,3 +3,10 @@ package coregraphics
3
import "testing"
4
5
func TestCoreGraphicsValid(t *testing.T) {}
6
+
7
+func TestDisplayCreateImage(t *testing.T) {
8
+ id := MainDisplayID()
9
+ t.Logf("MainDisplayID: %d", id)
10
+ img := DisplayCreateImage(id)
11
+ t.Logf("DisplayCreateImage: %v", img)
12
+}
0 commit comments