mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: fix a wrong comment at WindowResizingModeOnlyFullscreenEnabled
This commit is contained in:
parent
efe11b2890
commit
25a16a2143
@ -32,7 +32,7 @@ const (
|
||||
// WindowResizingModeDisabled indicates the mode to disallow resizing the window by a user.
|
||||
WindowResizingModeDisabled WindowResizingModeType = WindowResizingModeType(ui.WindowResizingModeDisabled)
|
||||
|
||||
// WindowResizingModeDisabled indicates the mode to disallow resizing the window,
|
||||
// WindowResizingModeOnlyFullscreenEnabled indicates the mode to disallow resizing the window,
|
||||
// but allow to make the window fullscreen by a user.
|
||||
// This works only on macOS so far.
|
||||
// On the other platforms, this is the same as WindowResizingModeDisabled.
|
||||
|
Loading…
Reference in New Issue
Block a user