Skip to content

Commit

Permalink
ebiten: Fix the comment about SetCursorMode (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Apr 16, 2021
1 parent ad8830d commit 5255a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 5255a54

Please sign in to comment.