Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { GetRendererName() string SetWindowIcon(fileName string) IsFullScreen() bool SetFullScreen(fullScreen bool) SetVSyncEnabled(vsync bool) GetVSyncEnabled() bool GetCursorPos() (int, int) CurrentFPS() float64 NewSurface(width, height int, pixelData *[]byte) (Surface, error) Render() error }
Click to show internal directories.
Click to hide internal directories.