Skip to content

Commit 1c1d8c9

Browse files
committed
Very small fix for OSX. Tests for gl and input work.
1 parent 2b893e2 commit 1c1d8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputtest/app.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version (Windows) {
1414
} else version(OSX) {
1515
import cocoa;
1616
import metal;
17-
import iota.controls.polling : poll;
17+
import iota.controls.polling : poll, keyb;
1818
} else {
1919
import iota.controls.polling : poll, devList, keyb;
2020
}

0 commit comments

Comments
 (0)