ebiten: Fix the comment about SetCursorMode (again)

Updates #1572
This commit is contained in:
Hajime Hoshi 2021-04-16 11:57:48 +09:00
parent ad8830d2b7
commit 5255a54e20

2
run.go
View File

@ -234,7 +234,7 @@ func CursorMode() CursorModeType {
// //
// CursorModeCaptured also works on browsers. // CursorModeCaptured also works on browsers.
// When the user exits the captured mode not by SetCursorMode but by the UI (e.g., pressing ESC), // When the user exits the captured mode not by SetCursorMode but by the UI (e.g., pressing ESC),
// the previous cursor mode is set. // the previous cursor mode is set automatically.
// //
// SetCursorMode does nothing on mobiles. // SetCursorMode does nothing on mobiles.
// //