mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
ui: Bug fix: Compile error on Windows
This commit is contained in:
parent
f317f3b5fd
commit
63caca720b
@ -181,6 +181,11 @@ func (w *Window) Maximize() {
|
||||
panicError()
|
||||
}
|
||||
|
||||
func (w *Window) Restore() {
|
||||
glfwDLL.call("glfwRestoreWindow", w.w)
|
||||
panicError()
|
||||
}
|
||||
|
||||
func (w *Window) SetCharModsCallback(cbfun CharModsCallback) (previous CharModsCallback) {
|
||||
var gcb uintptr
|
||||
if cbfun != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user