deviceorientation

package
v0.0.0-...-ab6d619 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 6 Imported by: 3

Documentation

Overview

Package deviceorientation provides the Chrome DevTools Protocol commands, types, and events for the DeviceOrientation domain.

Generated by the cdproto-gen command.

Index

Constants

View Source
const (
	CommandClearDeviceOrientationOverride = "DeviceOrientation.clearDeviceOrientationOverride"
	CommandSetDeviceOrientationOverride   = "DeviceOrientation.setDeviceOrientationOverride"
)

Command names.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClearDeviceOrientationOverrideParams

type ClearDeviceOrientationOverrideParams struct{}

ClearDeviceOrientationOverrideParams clears the overridden Device Orientation.

func ClearDeviceOrientationOverride

func ClearDeviceOrientationOverride() *ClearDeviceOrientationOverrideParams

ClearDeviceOrientationOverride clears the overridden Device Orientation.

See: https://chromedevtools.github.io/devtools-protocol/tot/DeviceOrientation#method-clearDeviceOrientationOverride

func (*ClearDeviceOrientationOverrideParams) Do

Do executes DeviceOrientation.clearDeviceOrientationOverride against the provided context.

func (ClearDeviceOrientationOverrideParams) MarshalEasyJSON

func (v ClearDeviceOrientationOverrideParams) MarshalEasyJSON(w *jwriter.Writer)

MarshalEasyJSON supports easyjson.Marshaler interface

func (ClearDeviceOrientationOverrideParams) MarshalJSON

func (v ClearDeviceOrientationOverrideParams) MarshalJSON() ([]byte, error)

MarshalJSON supports json.Marshaler interface

func (*ClearDeviceOrientationOverrideParams) UnmarshalEasyJSON

func (v *ClearDeviceOrientationOverrideParams) UnmarshalEasyJSON(l *jlexer.Lexer)

UnmarshalEasyJSON supports easyjson.Unmarshaler interface

func (*ClearDeviceOrientationOverrideParams) UnmarshalJSON

func (v *ClearDeviceOrientationOverrideParams) UnmarshalJSON(data []byte) error

UnmarshalJSON supports json.Unmarshaler interface

type SetDeviceOrientationOverrideParams

type SetDeviceOrientationOverrideParams struct {
	Alpha float64 `json:"alpha"` // Mock alpha
	Beta  float64 `json:"beta"`  // Mock beta
	Gamma float64 `json:"gamma"` // Mock gamma
}

SetDeviceOrientationOverrideParams overrides the Device Orientation.

func SetDeviceOrientationOverride

func SetDeviceOrientationOverride(alpha float64, beta float64, gamma float64) *SetDeviceOrientationOverrideParams

SetDeviceOrientationOverride overrides the Device Orientation.

See: https://chromedevtools.github.io/devtools-protocol/tot/DeviceOrientation#method-setDeviceOrientationOverride

parameters:

alpha - Mock alpha
beta - Mock beta
gamma - Mock gamma

func (*SetDeviceOrientationOverrideParams) Do

Do executes DeviceOrientation.setDeviceOrientationOverride against the provided context.

func (SetDeviceOrientationOverrideParams) MarshalEasyJSON

func (v SetDeviceOrientationOverrideParams) MarshalEasyJSON(w *jwriter.Writer)

MarshalEasyJSON supports easyjson.Marshaler interface

func (SetDeviceOrientationOverrideParams) MarshalJSON

func (v SetDeviceOrientationOverrideParams) MarshalJSON() ([]byte, error)

MarshalJSON supports json.Marshaler interface

func (*SetDeviceOrientationOverrideParams) UnmarshalEasyJSON

func (v *SetDeviceOrientationOverrideParams) UnmarshalEasyJSON(l *jlexer.Lexer)

UnmarshalEasyJSON supports easyjson.Unmarshaler interface

func (*SetDeviceOrientationOverrideParams) UnmarshalJSON

func (v *SetDeviceOrientationOverrideParams) UnmarshalJSON(data []byte) error

UnmarshalJSON supports json.Unmarshaler interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL