Documentation ¶
Index ¶
- type Window
- func (win *Window) Clear()
- func (win *Window) Close() error
- func (win *Window) InputTick()
- func (win *Window) NewSurface(sz image.Point, filter bool) seat.Surface
- func (win *Window) OnInput(fnc func(ev seat.InputEvent))
- func (win *Window) OnScreenResize(fnc func(sz image.Point))
- func (win *Window) Present()
- func (win *Window) ReplaceInputs(cfg seat.InputConfig) seat.InputConfig
- func (win *Window) ResizeScreen(sz image.Point)
- func (win *Window) ScreenMaxSize() image.Point
- func (win *Window) ScreenSize() image.Point
- func (win *Window) SetGamma(v float32)
- func (win *Window) SetScreenMode(mode seat.ScreenMode)
- func (win *Window) SetTextInput(enable bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Window ¶
type Window struct {
// contains filtered or unexported fields
}
func (*Window) OnInput ¶
func (win *Window) OnInput(fnc func(ev seat.InputEvent))
func (*Window) OnScreenResize ¶
func (*Window) ReplaceInputs ¶
func (win *Window) ReplaceInputs(cfg seat.InputConfig) seat.InputConfig
func (*Window) ResizeScreen ¶
func (*Window) ScreenMaxSize ¶
func (*Window) ScreenSize ¶
func (*Window) SetScreenMode ¶
func (win *Window) SetScreenMode(mode seat.ScreenMode)
func (*Window) SetTextInput ¶
Click to show internal directories.
Click to hide internal directories.