mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
ebitenutil: Update doc
This commit is contained in:
parent
30e48d5c3c
commit
e8d5c59e65
@ -32,6 +32,8 @@ var defaultDebugPrintState = &debugPrintState{}
|
|||||||
|
|
||||||
// DebugPrint draws the string str on the image.
|
// DebugPrint draws the string str on the image.
|
||||||
//
|
//
|
||||||
|
// The available runes are in U+0000 to U+00FF, which is C0 Controls and Basic Latin and C1 Controls and Latin-1 Supplement.
|
||||||
|
//
|
||||||
// DebugPrint always returns nil as of 1.5.0-alpha.
|
// DebugPrint always returns nil as of 1.5.0-alpha.
|
||||||
func DebugPrint(image *ebiten.Image, str string) error {
|
func DebugPrint(image *ebiten.Image, str string) error {
|
||||||
defaultDebugPrintState.DebugPrint(image, str)
|
defaultDebugPrintState.DebugPrint(image, str)
|
||||||
|
Loading…
Reference in New Issue
Block a user