ebiten/internal/uidriver
Hajime Hoshi c7dd9a4107 internal/uidriver/glfw: Bug fix: Wait for Restore/Maximize/Iconify finishes explicitly
On Linux (and probably other UNIX OSes), glfwRestore, glfwMaximize,
and glfwIconify returns even though the window state has not changed.
Wait for its finish by a for loop and glfw.PollEvents.

Closes #1608
2021-04-21 00:52:06 +09:00
..
glfw internal/uidriver/glfw: Bug fix: Wait for Restore/Maximize/Iconify finishes explicitly 2021-04-21 00:52:06 +09:00
js internal/uidriver/js: Update the error message 2021-04-20 12:47:38 +09:00
mobile ebiten: Add CursorShape/SetCursorShape/CursorShapeType 2021-04-16 01:09:19 +09:00