Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver interface { CreateWindow(string, int, int, WindowType, Window, func(events.Event)) Window CreateSurface(int, int) Surface Release() error }
Driver defines an interface for the drivers to implement.
type DriverNotFoundError ¶
type DriverNotFoundError struct {
Driver string
}
func (DriverNotFoundError) Error ¶
func (d DriverNotFoundError) Error() string
type WindowType ¶
type WindowType byte
const ( NormalWindow WindowType = iota DialogWindow SplashWindow MenuWindow )
Click to show internal directories.
Click to hide internal directories.