Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Window ¶
type Window interface {
NextEvent() (_ event.Event, ok bool) // !ok = no more events
Request(event.Request) error
}
func NewWindow ¶
func NewWindow(opt *WindowOptions) (Window, error)
type WindowOptions ¶ added in v1.3.13
type WindowOptions = event.WindowOptions
Click to show internal directories.
Click to hide internal directories.