C# 클래스 System.Html.Mobile.DeviceMotionEvent

상속: Event
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
DeviceMotionEvent System.Runtime.CompilerServices

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DeviceMotionEvent ( ) : System.Runtime.CompilerServices

메소드 상세

DeviceMotionEvent() 공개 메소드

public DeviceMotionEvent ( string type ) : System.Runtime.CompilerServices
type string
리턴 System.Runtime.CompilerServices

DeviceMotionEvent() 공개 메소드

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

InitDeviceMotionEvent() 공개 메소드

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
리턴 void