Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Window ¶
type Window interface { GetHeight() uint GetWidth() uint OnUpdate() SetEventCallback(func(event.IEvent)) SetVSync(bool) IsVSync() bool CreateWindow(*WindowProps) Window }
Interface for platform-specific implementation
type WindowData ¶
Used as the userpointer for GLFW.
type WindowProps ¶
Used to pass user-created properties in when creating a window.
func DefaultWindowProps ¶
func DefaultWindowProps() *WindowProps
Click to show internal directories.
Click to hide internal directories.