Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandClearDeviceOrientationOverride + const CommandSetDeviceOrientationOverride + type ClearDeviceOrientationOverrideParams struct + func ClearDeviceOrientationOverride() *ClearDeviceOrientationOverrideParams + func (p *ClearDeviceOrientationOverrideParams) Do(ctx context.Context) (err error) + func (v *ClearDeviceOrientationOverrideParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ClearDeviceOrientationOverrideParams) UnmarshalJSON(data []byte) error + func (v ClearDeviceOrientationOverrideParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ClearDeviceOrientationOverrideParams) MarshalJSON() ([]byte, error) + type SetDeviceOrientationOverrideParams struct + Alpha float64 + Beta float64 + Gamma float64 + func SetDeviceOrientationOverride(alpha float64, beta float64, gamma float64) *SetDeviceOrientationOverrideParams + func (p *SetDeviceOrientationOverrideParams) Do(ctx context.Context) (err error) + func (v *SetDeviceOrientationOverrideParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetDeviceOrientationOverrideParams) UnmarshalJSON(data []byte) error + func (v SetDeviceOrientationOverrideParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetDeviceOrientationOverrideParams) MarshalJSON() ([]byte, error)