Quellcode durchsuchen

Added method: Window

amyadzuki vor 7 Jahren
Ursprung
Commit
d5d4c880bb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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)