ebiten: add a comment about microsoftgdk

This commit is contained in:
Hajime Hoshi 2022-08-12 00:48:43 +09:00
parent 05baee51d2
commit 1abb461329

2
doc.go
View File

@ -92,4 +92,6 @@
// to manage threads yourself. Functions like IsKeyPressed will no longer be concurrent-safe with this build tag.
// They must be called from the main thread or the same goroutine as the given game's callback functions like Update
// to RunGame.
//
// `microsoftgdk` is for Microsoft GDK (Xbox).
package ebiten