mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/ui: update comments
This commit is contained in:
parent
6dbc5ba558
commit
320e7037f6
@ -702,7 +702,7 @@ func (u *UserInterface) createWindow() error {
|
||||
u.window.SetInputMode(glfw.CursorMode, driverCursorModeToGLFWCursorMode(u.getInitCursorMode()))
|
||||
u.window.SetCursor(glfwSystemCursors[u.getCursorShape()])
|
||||
u.window.SetTitle(u.title)
|
||||
// TODO: Set icons
|
||||
// Icons are set after every frame. They don't have to be cared here.
|
||||
|
||||
u.registerWindowSetSizeCallback()
|
||||
u.registerWindowCloseCallback()
|
||||
|
Loading…
Reference in New Issue
Block a user