ebiten/internal/uidriver
Hajime Hoshi 099d9482f2 internal/uidriver/glfw: Bug fix: Deadlock at FramebufferSize callback
glfw.PollEvents might invoke multiple FramebufferSize callbacks in
theory, this is very rare though. In this case, the sending an object
to the channel never ends.

This change fixes this deadlock by using 'select'.

Closes #1618
2021-04-24 02:23:31 +09:00
..
glfw internal/uidriver/glfw: Bug fix: Deadlock at FramebufferSize callback 2021-04-24 02:23:31 +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