mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 04:22:05 +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()
|
panicError()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (w *Window) Restore() {
|
||||||
|
glfwDLL.call("glfwRestoreWindow", w.w)
|
||||||
|
panicError()
|
||||||
|
}
|
||||||
|
|
||||||
func (w *Window) SetCharModsCallback(cbfun CharModsCallback) (previous CharModsCallback) {
|
func (w *Window) SetCharModsCallback(cbfun CharModsCallback) (previous CharModsCallback) {
|
||||||
var gcb uintptr
|
var gcb uintptr
|
||||||
if cbfun != nil {
|
if cbfun != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user