internal/ui: update comments

This commit is contained in:
Hajime Hoshi 2022-02-08 19:23:38 +09:00
parent 6dbc5ba558
commit 320e7037f6

View File

@ -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()