ebiten/internal/glfw
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
..
glfw internal/glfw: Update GLFW to 3.3.3 for Windows 2021-03-09 02:19:34 +09:00
const.go ebiten: Add CursorShape/SetCursorShape/CursorShapeType 2021-04-16 01:09:19 +09:00
Dockerfile glfw: Use Dockerfile for ease to generate the embedding files for Windows 2020-08-14 01:34:58 +09:00
gen.go glfw: Use os.UserConfigDir for GLFW DLL instead of temporary directories 2020-11-01 17:51:44 +09:00
gen.sh glfw: Use Dockerfile for ease to generate the embedding files for Windows 2020-08-14 01:34:58 +09:00
generate.go Bug fix: Compile error for Wasm 2020-10-07 02:23:45 +09:00
glfw_notwindows.go ebiten: Add CursorShape/SetCursorShape/CursorShapeType 2021-04-16 01:09:19 +09:00
glfw_windows.go ebiten: Add CursorShape/SetCursorShape/CursorShapeType 2021-04-16 01:09:19 +09:00
glfwdll_windows_386.go internal/glfw: Update GLFW to 3.3.3 for Windows 2021-03-09 02:19:34 +09:00
glfwdll_windows_amd64.go internal/glfw: Update GLFW to 3.3.3 for Windows 2021-03-09 02:19:34 +09:00
glfwdllhash_windows_386.go internal/glfw: Update GLFW to 3.3.3 for Windows 2021-03-09 02:19:34 +09:00
glfwdllhash_windows_amd64.go internal/glfw: Update GLFW to 3.3.3 for Windows 2021-03-09 02:19:34 +09:00
keys.go Bug fix: Compile error for Wasm 2020-10-07 02:23:45 +09:00
load_windows.go glfw: Create a DLL file atomically by renaming the file 2020-11-02 22:55:08 +09:00
native_darwin.go ui: Replace the native window's type (unsafe.Pointer) with uintptr 2020-09-04 00:51:48 +09:00
native_windows.go ui: Replace the native window's type (unsafe.Pointer) with uintptr 2020-09-04 00:51:48 +09:00
type.go Bug fix: Compile error for Wasm 2020-10-07 02:23:45 +09:00