ebiten/internal/uidriver/glfw
Hajime Hoshi 4fe5acd711 ui: Panic on MaximizeWindow when the window is not resizable
On Windows, the window could be maximized even when the window was
not resizable. This behavior is confusing. Forbid it so that the
behavior will be clearer.
2020-03-28 22:08:48 +09:00
..
graphics_darwin.go uidriver/glfw: Refactoring 2020-01-13 18:23:18 +09:00
graphics_opengl.go uidriver/glfw: Bug fix: js should be excluded from compiling targets 2020-01-03 19:01:45 +09:00
hideconsole_notwindows.go Add uidriver package and move UI implementation to this packaage 2019-04-07 18:21:16 +09:00
hideconsole_windows.go Add uidriver package and move UI implementation to this packaage 2019-04-07 18:21:16 +09:00
input.go uidriver/glfw: Update comments 2020-03-15 15:42:05 +09:00
keys.go input: Refactoring: Rename variables 2020-02-19 10:52:58 +09:00
ui_darwin.go uidriver/glfw: Bug fix: adjustWindowPosition should consider the monitor position 2020-03-28 21:26:57 +09:00
ui_unix.go uidriver/glfw: Bug fix: compile error on Linux 2020-03-28 21:29:24 +09:00
ui_windows.go uidriver/glfw: Bug fix: adjustWindowPosition should consider the monitor position 2020-03-28 21:26:57 +09:00
ui.go uidriver/glfw: Bug fix: Do not use the window position for monitors 2020-03-28 21:13:30 +09:00
window.go ui: Panic on MaximizeWindow when the window is not resizable 2020-03-28 22:08:48 +09:00