mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
internal/ui: remove redundant comments
This commit is contained in:
parent
ee124baf60
commit
352d332097
@ -54,12 +54,9 @@ type userInterfaceImpl struct {
|
|||||||
title string
|
title string
|
||||||
window *glfw.Window
|
window *glfw.Window
|
||||||
|
|
||||||
// windowWidthInDIP and windowHeightInDIP represents a window size.
|
|
||||||
// The units are device-independent pixels.
|
|
||||||
windowWidthInDIP int
|
windowWidthInDIP int
|
||||||
windowHeightInDIP int
|
windowHeightInDIP int
|
||||||
|
|
||||||
// The units are device-independent pixels.
|
|
||||||
minWindowWidthInDIP int
|
minWindowWidthInDIP int
|
||||||
minWindowHeightInDIP int
|
minWindowHeightInDIP int
|
||||||
maxWindowWidthInDIP int
|
maxWindowWidthInDIP int
|
||||||
|
Loading…
Reference in New Issue
Block a user