C# 클래스 System.Html.TouchEvent

상속: System.Html.ElementEvent
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

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

공개 메소드들

메소드 설명
InitTouchEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, TouchList touches, TouchList targetTouches, TouchList changedTouches ) : void

비공개 메소드들

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

메소드 상세

InitTouchEvent() 공개 메소드

public InitTouchEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, TouchList touches, TouchList targetTouches, TouchList changedTouches ) : void
type string
canBubble bool
cancelable bool
view WindowInstance
detail int
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
touches TouchList
targetTouches TouchList
changedTouches TouchList
리턴 void