C# Class System.Html.TouchEvent

Inheritance: System.Html.ElementEvent
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
TouchEvent System.Runtime.CompilerServices

Méthodes publiques

Méthode 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

Méthode Description
TouchEvent ( ) : System.Runtime.CompilerServices

Method Details

InitTouchEvent() public méthode

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
Résultat void