From 1abb46132957a9ddba8ec97ad3fde49e34f46669 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 12 Aug 2022 00:48:43 +0900 Subject: [PATCH] ebiten: add a comment about microsoftgdk --- doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc.go b/doc.go index 0b3918c0c..d6d6cf13d 100644 --- a/doc.go +++ b/doc.go @@ -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