mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
parent
dae3aac4f4
commit
5d2393c3c1
@ -88,7 +88,8 @@ func initialize() error {
|
|||||||
mode = glfw.CursorHidden
|
mode = glfw.CursorHidden
|
||||||
}
|
}
|
||||||
currentUI.window.SetInputMode(glfw.CursorMode, mode)
|
currentUI.window.SetInputMode(glfw.CursorMode, mode)
|
||||||
|
currentUI.window.SetInputMode(glfw.StickyMouseButtonsMode, glfw.True)
|
||||||
|
currentUI.window.SetInputMode(glfw.StickyKeysMode, glfw.True)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user