mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 22:44:28 +01:00
ui: Fix comments
This commit is contained in:
parent
2871795895
commit
7f88732cc5
4
run.go
4
run.go
@ -212,9 +212,9 @@ func MonitorSize() (int, int) {
|
||||
}
|
||||
|
||||
// SetScreenSize changes the (logical) size of the screen.
|
||||
// This doesn't affect the current scale of the screen.
|
||||
// SetScreenSize adjusts the window size on desktops without changing its scale.
|
||||
//
|
||||
// Unit is device-independent pixel.
|
||||
// The unit is device-independent pixel.
|
||||
//
|
||||
// SetScreenSize is concurrent-safe.
|
||||
func SetScreenSize(width, height int) {
|
||||
|
Loading…
Reference in New Issue
Block a user