ebiten/internal/ui
Hajime Hoshi def82fd5d3 internal/atlas: refactoring: remove ImageTypeVolatile
ImageTypeVolatile was meaningful when Ebitengine had `restorable`
package, but now this doesn't make sense.
2024-06-30 18:50:02 +09:00
..
api_windows.go
context.go internal/atlas: refactoring: remove ImageTypeVolatile 2024-06-30 18:50:02 +09:00
graphics.go
image.go internal/atlas: refactoring: remove ImageTypeVolatile 2024-06-30 18:50:02 +09:00
init_nintendosdk.cpp all: fix typos (#2864) 2023-12-17 22:42:34 +09:00
init_nintendosdk.h
input_glfw.go internal/ui: refactoring 2024-03-03 23:27:02 +09:00
input_js.go exp/textinput: bug fix: pressing enter key was often ignored on iOS Safari 2024-06-12 02:44:51 +09:00
input_mobile.go ebiten: add (*Monitor).DeviceScaleFactor() 2024-02-12 17:09:03 +09:00
input_nintendosdk.cpp
input_nintendosdk.go ebiten: add (*Monitor).DeviceScaleFactor() 2024-02-12 17:09:03 +09:00
input_nintendosdk.h
input_playstation5.go
input.go
keys_glfw.go ebiten: add KeyIntlBackslash 2024-03-12 12:49:02 +09:00
keys_js.go ebiten: add KeyIntlBackslash 2024-03-12 12:49:02 +09:00
keys.go ebiten: add KeyIntlBackslash 2024-03-12 12:49:02 +09:00
monitor_glfw.go internal/ui: refactoring: remove unused code 2024-05-04 00:26:40 +09:00
notprofile_nintendosdk.go
profile_nintendosdk.go
run_notsinglethread.go
run_singlethread.go
run.go internal/ui: remove renderThread 2024-01-02 17:14:38 +09:00
screensizeinfullscreen_js.go internal/ui: bug fix: wrong property names were specified 2024-04-30 23:32:54 +09:00
screensizeinfullscreen_notjs.go ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen() 2024-03-23 23:32:43 +09:00
shader.go
ui_android.go exp/textinput: use native pixels for a candidate window position 2024-03-03 23:35:34 +09:00
ui_darwin.go internal/ui: refactoring: remove unused code 2024-05-04 00:26:40 +09:00
ui_glfw.go internal/ui: bug fix: the window size callback was not called on macOS 2024-06-30 15:59:15 +09:00
ui_ios.go exp/textinput: use native pixels for a candidate window position 2024-03-03 23:35:34 +09:00
ui_js.go internal/ui: bug fix: reset some input states on blur events on browsers 2024-03-24 16:03:17 +09:00
ui_linbsd.go ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen() 2024-03-23 23:32:43 +09:00
ui_mobile.go internal/ui: use atomic.Int32 instead of atomic.Store/LoadInt32 2024-04-29 21:53:43 +09:00
ui_nintendosdk.go ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen() 2024-03-23 23:32:43 +09:00
ui_playstation5.go ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen() 2024-03-23 23:32:43 +09:00
ui_windows.go internal/ui: refactoring 2024-03-03 23:27:02 +09:00
ui.go internal/ui: better panic message at ReadPixels before RunGame 2024-05-03 16:36:19 +09:00
window_glfw.go internal/ui: refactoring 2024-03-03 23:27:02 +09:00
window.go