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
be5bf02fc3
commit
48ee30cf34
@ -32,7 +32,7 @@ const (
|
|||||||
// WindowResizingModeDisabled indicates the mode to disallow resizing the window by a user.
|
// WindowResizingModeDisabled indicates the mode to disallow resizing the window by a user.
|
||||||
WindowResizingModeDisabled WindowResizingModeType = WindowResizingModeType(ui.WindowResizingModeDisabled)
|
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.
|
// but allow to make the window fullscreen by a user.
|
||||||
// This works only on macOS so far.
|
// This works only on macOS so far.
|
||||||
// On the other platforms, this is the same as WindowResizingModeDisabled.
|
// On the other platforms, this is the same as WindowResizingModeDisabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user