cohtml.Net.TouchEventData
A touch event.
Inherits from SystemIDisposable
Public Types
| Name | |
|---|---|
| enum class | EventType { TouchMove, TouchDown, TouchUp} |
Public Functions
| Name | |
|---|---|
| virtual void | Dispose() |
| TouchEventData() |
Public Properties
| Name | |
|---|---|
| int | X The X position where the touch happened in pixels in the space of the view. |
| int | Y The Y position where the touch happened in pixels in the space of the view. |
| uint | Id Identifies a particular touch input. This value must stay consistent in a touch contact sequence. |
| TouchEventData.EventType | Type The type of the touch event. |
| EventModifiersState | Modifiers Key modifiers. |
Protected Attributes
| Name | |
|---|---|
| bool | swigCMemOwn |
Public Types Documentation
enum EventType
| Enumerator | Value | Description |
|---|---|---|
| TouchMove | ||
| TouchDown | ||
| TouchUp |
Public Functions Documentation
function Dispose
virtual void Dispose()
function TouchEventData
TouchEventData()
Public Property Documentation
property X
int X;
The X position where the touch happened in pixels in the space of the view.
property Y
int Y;
The Y position where the touch happened in pixels in the space of the view.
property Id
uint Id;
Identifies a particular touch input. This value must stay consistent in a touch contact sequence.
property Type
TouchEventData.EventType Type;
The type of the touch event.
property Modifiers
EventModifiersState Modifiers;
Key modifiers.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;