Property | Type | Description | |
---|---|---|---|
TouchEvent | System.Runtime.CompilerServices |
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 |
Method | Description | |
---|---|---|
TouchEvent ( ) : System.Runtime.CompilerServices |
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 |