TouchEvent Structure |
Namespace: CefSharp.Structs
The TouchEvent type exposes the following members.
Name | Description | |
---|---|---|
Id |
Id of a touch point. Must be unique per touch, can be any number except -1.
Note that a maximum of 16 concurrent touches will be tracked; touches
beyond that will be ignored.
| |
Modifiers |
Bit flags describing any pressed modifier keys.
| |
PointerType |
The device type that caused the event.
| |
Pressure |
The normalized pressure of the pointer input in the range of [0,1].
Set to 0 if not applicable.
| |
RadiusX |
X radius in pixels. Set to 0 if not applicable.
| |
RadiusY |
Y radius in pixels. Set to 0 if not applicable.
| |
RotationAngle |
Rotation angle in radians. Set to 0 if not applicable.
| |
Type | ||
X |
X coordinate relative to the left side of the view.
| |
Y |
Y coordinate relative to the top side of the view.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |