mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-05 15:34:28 +01:00
On Windows, a specified window size might not match with the actual window size when the size is too big. In this case, Ebiten could not render the offscreen well and the upper side was cropped. To avoid this, use the actual window size for the offscreen. Fixes #1163 |
||
---|---|---|
.. | ||
graphics_darwin.go | ||
graphics_opengl.go | ||
hideconsole_notwindows.go | ||
hideconsole_windows.go | ||
input.go | ||
keys.go | ||
ui_darwin.go | ||
ui_unix.go | ||
ui_windows.go | ||
ui.go | ||
window.go |