diff --git a/run.go b/run.go index c0f693347..a953014bd 100644 --- a/run.go +++ b/run.go @@ -203,8 +203,6 @@ func ScreenSizeInFullscreen() (int, int) { // CursorMode returns the current cursor mode. // -// On browsers, only CursorModeVisible and CursorModeHidden are supported. -// // CursorMode returns CursorModeHidden on mobiles. // // CursorMode is concurrent-safe.