Explorar o código

Added method: Window

amyadzuki %!s(int64=7) %!d(string=hai) anos
pai
achega
d5d4c880bb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      window/window.go

+ 1 - 0
window/window.go

@@ -23,6 +23,7 @@ type IWindowManager interface {
 // IWindow is the interface for all windows
 type IWindow interface {
 	core.IDispatcher
+	Window() interface{}
 	MakeContextCurrent()
 	FramebufferSize() (width int, height int)
 	Scale() (x float64, y float64)