..
api_windows.go
internal/ui: bug fix: compile error
2022-12-13 02:38:45 +09:00
context.go
internal/ui: rename functions
2022-12-27 12:54:01 +09:00
globalstate.go
ebiten: add RunGameWithOptions to specify graphics library
2022-12-09 21:27:31 +09:00
graphics.go
ebiten: add RunGameWithOptions to specify graphics library
2022-12-09 21:27:31 +09:00
hideconsole_notwindows.go
all: remove old // +build
comments ( #2431 )
2022-11-03 12:55:14 +09:00
hideconsole_windows.go
all: remove old // +build
comments ( #2431 )
2022-11-03 12:55:14 +09:00
image.go
internal/ui: simplify the logic of skipping rendering
2022-12-20 11:34:47 +09:00
input_glfw.go
internal/ui: rename functions
2022-12-27 12:54:01 +09:00
input_js.go
internal/ui: rename functions
2022-12-27 12:54:01 +09:00
input_mobile.go
internal/ui: rename functions
2022-12-27 12:54:01 +09:00
input_nintendosdk.go
internal/ui: rename functions
2022-12-27 12:54:01 +09:00
input.go
internal/ui: bug fix: input state should be reset for each tick, not frame
2022-12-20 10:07:19 +09:00
keys_glfw.go
all: remove old // +build
comments ( #2431 )
2022-11-03 12:55:14 +09:00
keys_js.go
internal/ui: remove old Edge browser support
2022-12-16 22:56:36 +09:00
keys_mobile.go
all: remove old // +build
comments ( #2431 )
2022-11-03 12:55:14 +09:00
keys.go
internal/ui: stop panicking at Key.String
2022-12-25 00:33:08 +09:00
run_notsinglethread.go
ebiten: add RunGameWithOptions to specify graphics library
2022-12-09 21:27:31 +09:00
run_singlethread.go
ebiten: add RunGameWithOptions to specify graphics library
2022-12-09 21:27:31 +09:00
shader.go
internal/ui: refactoring: reduce APIs
2022-12-09 00:05:22 +09:00
ui_android.go
internal/graphicsdriver/opengl: remove SetGomobileGLContext
2022-11-13 15:07:14 +09:00
ui_glfw_darwin.go
internal/ui: remove unused functions
2022-12-16 15:17:59 +09:00
ui_glfw_unix.go
ebiten: add RunGameOptions.SkipTaskbar
2022-12-13 02:00:44 +09:00
ui_glfw_windows.go
internal/ui: bug fix: care the case when CoInitializeEx returns S_FALSE
2022-12-13 13:01:32 +09:00
ui_glfw.go
internal/graphicsdriver/metal: stop using presentsWithTransaction
2022-12-27 19:00:56 +09:00
ui_ios.go
internal/ui: bug fix: IsGL / SetUIView can be called before initialization is done
2022-11-15 01:53:20 +09:00
ui_js.go
internal/ui: remove unused functions
2022-12-26 22:43:20 +09:00
ui_mobile.go
internal/ui: rename functions
2022-12-27 12:54:01 +09:00
ui_nintendosdk.go
internal/ui: bug fix: reset the input state immediately after reading
2022-12-21 00:27:28 +09:00
ui.go
internal/ui: freeze the input state for each frame
2022-12-18 23:54:43 +09:00
window_glfw.go
all: remove old // +build
comments ( #2431 )
2022-11-03 12:55:14 +09:00
window.go
internal/ui: return a null Window on Xbox
2022-06-01 01:26:31 +09:00