ebiten: Fix wrong comments

This commit is contained in:
Hajime Hoshi 2021-07-22 19:15:11 +09:00
parent 92bc5c1908
commit 1c3eaba6e3

2
run.go
View File

@ -203,8 +203,6 @@ func ScreenSizeInFullscreen() (int, int) {
// CursorMode returns the current cursor mode. // CursorMode returns the current cursor mode.
// //
// On browsers, only CursorModeVisible and CursorModeHidden are supported.
//
// CursorMode returns CursorModeHidden on mobiles. // CursorMode returns CursorModeHidden on mobiles.
// //
// CursorMode is concurrent-safe. // CursorMode is concurrent-safe.