ebiten/internal/uidriver/mobile
Hajime Hoshi d00d0c8556 ebiten: Add CursorShape/SetCursorShape/CursorShapeType
This change adds APIs to enable to use system cursor shapes other
than the default shape (an arrow).

This change doesn't add these cursors since they seem a little
different on macOS from the other platforms.

 * GLFW_HRESIZE_CURSOR
 * GLFW_VRESIZE_CURSOR

Closes #995
2021-04-16 01:09:19 +09:00
..
graphics_ios.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
graphics_opengl.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
input.go ebiten: Guarantee that CursorPosition returns (0, 0) in the very initial state on desktops 2021-04-07 03:08:09 +09:00
keys.go ebiten: Change the key name convention to follow the Web standard 2021-04-14 22:49:07 +09:00
ui.go ebiten: Add CursorShape/SetCursorShape/CursorShapeType 2021-04-16 01:09:19 +09:00