C# Class System.Html.Mobile.DeviceMotionEvent

Inheritance: Event
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
DeviceMotionEvent System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
DeviceMotionEvent ( string type ) : System.Runtime.CompilerServices
DeviceMotionEvent ( string type, DeviceMotionEventInit eventInitDict ) : System.Runtime.CompilerServices
InitDeviceMotionEvent ( string type, bool canBubble, bool cancelable, DeviceAccelerationInit acceleration, DeviceAccelerationInit accelerationIncludingGravity, DeviceRotationRateInit rotationRate, double interval ) : void

Private Methods

Méthode Description
DeviceMotionEvent ( ) : System.Runtime.CompilerServices

Method Details

DeviceMotionEvent() public méthode

public DeviceMotionEvent ( string type ) : System.Runtime.CompilerServices
type string
Résultat System.Runtime.CompilerServices

DeviceMotionEvent() public méthode

public DeviceMotionEvent ( string type, DeviceMotionEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict DeviceMotionEventInit
Résultat System.Runtime.CompilerServices

InitDeviceMotionEvent() public méthode

public InitDeviceMotionEvent ( string type, bool canBubble, bool cancelable, DeviceAccelerationInit acceleration, DeviceAccelerationInit accelerationIncludingGravity, DeviceRotationRateInit rotationRate, double interval ) : void
type string
canBubble bool
cancelable bool
acceleration DeviceAccelerationInit
accelerationIncludingGravity DeviceAccelerationInit
rotationRate DeviceRotationRateInit
interval double
Résultat void