Ver código fonte

Added method: Window

amyadzuki 7 anos atrás
pai
commit
d5d4c880bb
1 arquivos alterados com 1 adições e 0 exclusões
  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)