Documentation ¶
Index ¶
- func BGRA(p []byte)
- func TempFile(size int64) (*os.File, error)
- type Display
- func (d *Display) Context() *wl.Context
- func (d *Display) Disconnect()
- func (d *Display) Dispatch() chan<- bool
- func (d *Display) FindWindow() *Window
- func (d *Display) Handle(e interface{})
- func (d *Display) Keyboard() *wl.Keyboard
- func (d *Display) NewWindow(width, height int32) (*Window, error)
- func (d *Display) Pointer() *wl.Pointer
- func (d *Display) Touch() *wl.Touch
- type Window
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Display ¶
type Display struct {
// contains filtered or unexported fields
}
func (*Display) Disconnect ¶
func (d *Display) Disconnect()
Click to show internal directories.
Click to hide internal directories.