mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
ebiten: Fix wrong comments
This commit is contained in:
parent
92bc5c1908
commit
1c3eaba6e3
2
run.go
2
run.go
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user