소스 검색

Merge pull request #62 from amyadzuki/patch-9

Added method: Window
Daniel Salvadori 7 년 전
부모
커밋
1efc644182
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)