소스 검색

Added method: Window

amyadzuki 7 년 전
부모
커밋
d5d4c880bb
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)