mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: add a comment about microsoftgdk
This commit is contained in:
parent
05baee51d2
commit
1abb461329
2
doc.go
2
doc.go
@ -92,4 +92,6 @@
|
|||||||
// to manage threads yourself. Functions like IsKeyPressed will no longer be concurrent-safe with this build tag.
|
// 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
|
// They must be called from the main thread or the same goroutine as the given game's callback functions like Update
|
||||||
// to RunGame.
|
// to RunGame.
|
||||||
|
//
|
||||||
|
// `microsoftgdk` is for Microsoft GDK (Xbox).
|
||||||
package ebiten
|
package ebiten
|
||||||
|
Loading…
Reference in New Issue
Block a user