From 5255a54e20c519dc97cd7a7458b6aa5ee4f36740 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 16 Apr 2021 11:57:48 +0900 Subject: [PATCH] ebiten: Fix the comment about SetCursorMode (again) Updates #1572 --- run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.go b/run.go index 75e819dc1..4680b5eb1 100644 --- a/run.go +++ b/run.go @@ -234,7 +234,7 @@ func CursorMode() CursorModeType { // // CursorModeCaptured also works on browsers. // 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. //