Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetOutputs ¶
func SetOutputs(list OutputList) error
Types ¶
type OutputList ¶
type OutputList []*Output
func (OutputList) Get ¶
func (list OutputList) Get(uuid string) *Output
func (OutputList) ScreenSize ¶
func (list OutputList) ScreenSize() (int32, int32)
type OutputMode ¶
type OutputModeList ¶
type OutputModeList []*OutputMode
func (OutputModeList) Current ¶
func (modes OutputModeList) Current() *OutputMode
func (OutputModeList) Preferred ¶
func (modes OutputModeList) Preferred() *OutputMode
type ScreenInfo ¶
type ScreenInfo struct { Width int32 Height int32 Outputs OutputList }
func GetScreenInfo ¶
func GetScreenInfo() (*ScreenInfo, error)
Click to show internal directories.
Click to hide internal directories.