System.Html.TouchEvent.InitTouchEvent C# (CSharp) Method

InitTouchEvent() public method

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
return void
        public void 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)
        {
        }