mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 12:32:05 +01:00
parent
b9328bf14d
commit
6a9184dd63
5
run.go
5
run.go
@ -362,6 +362,11 @@ func ScreenSizeInFullscreen() (int, int) {
|
|||||||
return ui.ScreenSizeInFullscreen()
|
return ui.ScreenSizeInFullscreen()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// MonitorSize is deprecated as of 1.8.0-alpha. Use ScreenSizeInFullscreen instead.
|
||||||
|
func MonitorSize() (int, int) {
|
||||||
|
return ScreenSizeInFullscreen()
|
||||||
|
}
|
||||||
|
|
||||||
// SetScreenSize changes the (logical) size of the screen.
|
// SetScreenSize changes the (logical) size of the screen.
|
||||||
// This doesn't affect the current scale of the screen.
|
// This doesn't affect the current scale of the screen.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user