mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +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.SetInputMode(glfw.CursorMode, driverCursorModeToGLFWCursorMode(u.getInitCursorMode()))
|
||||||
u.window.SetCursor(glfwSystemCursors[u.getCursorShape()])
|
u.window.SetCursor(glfwSystemCursors[u.getCursorShape()])
|
||||||
u.window.SetTitle(u.title)
|
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.registerWindowSetSizeCallback()
|
||||||
u.registerWindowCloseCallback()
|
u.registerWindowCloseCallback()
|
||||||
|
Loading…
Reference in New Issue
Block a user