mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
ui: Organize members
This commit is contained in:
parent
9478801076
commit
9578307d7b
@ -36,19 +36,24 @@ type userInterface struct {
|
||||
width int
|
||||
windowWidth int
|
||||
height int
|
||||
|
||||
scale float64
|
||||
cachedDeviceScale float64
|
||||
cachedGLFWScale float64
|
||||
fullscreenScale float64
|
||||
funcs chan func()
|
||||
|
||||
running bool
|
||||
sizeChanged bool
|
||||
origPosX int
|
||||
origPosY int
|
||||
runnableInBackground bool
|
||||
|
||||
initFullscreen bool
|
||||
initCursorVisible bool
|
||||
initIconImages []image.Image
|
||||
runnableInBackground bool
|
||||
|
||||
funcs chan func()
|
||||
|
||||
m sync.Mutex
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user