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