C# Class System.Html.TouchEvent

Inheritance: System.Html.ElementEvent
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
TouchEvent System.Runtime.CompilerServices

Public Methods

Method Description
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

Private Methods

Method Description
TouchEvent ( ) : System.Runtime.CompilerServices

Method Details

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