Documentation ¶
Index ¶
- func NewWinWindow(props *window.WindowProps) window.Window
- type WinWindow
- func (win *WinWindow) Create(props *window.WindowProps) window.Window
- func (win *WinWindow) Destruct()
- func (win *WinWindow) FramebufferSize() [2]float32
- func (win *WinWindow) GetHeight() int
- func (win *WinWindow) GetNativeWindow() unsafe.Pointer
- func (win *WinWindow) GetWidth() int
- func (win *WinWindow) IsVSync() bool
- func (win *WinWindow) OnUpdate()
- func (win *WinWindow) SetEventCallback(callback window.EventCallBackFn)
- func (win *WinWindow) SetVSync(enabled bool)
- func (win *WinWindow) Shutdown()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWinWindow ¶
func NewWinWindow(props *window.WindowProps) window.Window
Types ¶
type WinWindow ¶
type WinWindow struct {
// contains filtered or unexported fields
}
func (*WinWindow) FramebufferSize ¶
func (*WinWindow) GetNativeWindow ¶
func (*WinWindow) SetEventCallback ¶
func (win *WinWindow) SetEventCallback(callback window.EventCallBackFn)
Click to show internal directories.
Click to hide internal directories.