MCPcopy Create free account
hub / github.com/jetkvm/kvm / DisplaySetRotation

Method DisplaySetRotation

internal/native/empty.go:107–109  ·  view source on GitHub ↗
(rotation uint16)

Source from the content-addressed store, hash-verified

105}
106
107func (e *EmptyNativeInterface) DisplaySetRotation(rotation uint16) (bool, error) {
108 return false, nil
109}
110
111func (e *EmptyNativeInterface) UpdateLabelIfChanged(objName string, newText string) {}
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected