C# Class System.Html.Mobile.DeviceMotionEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
DeviceMotionEvent System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
DeviceMotionEvent ( ) : System.Runtime.CompilerServices

Method Details

DeviceMotionEvent() public method

public DeviceMotionEvent ( string type ) : System.Runtime.CompilerServices
type string
return System.Runtime.CompilerServices

DeviceMotionEvent() public method

public DeviceMotionEvent ( string type, DeviceMotionEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict DeviceMotionEventInit
return System.Runtime.CompilerServices

InitDeviceMotionEvent() public method

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
return void