CefTouchEvent

open class CefTouchEvent

Constructors

Link copied to clipboard
constructor(id: Int, x: Float, y: Float, radiusX: Float, radiusY: Float, rotationAngle: Float, pressure: Float, type: CefTouchEvent.EventType, modifiersEx: Int, pointerType: CefTouchEvent.PointerType)

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val id: Int
The id of a touch point.
Link copied to clipboard
Bit flags describing any pressed modifier keys.
Link copied to clipboard
The device type that caused the event.
Link copied to clipboard
The normalized pressure of the pointer input in the range of [0,1].
Link copied to clipboard
X radius in pixels.
Link copied to clipboard
Y radius in pixels.
Link copied to clipboard
Rotation angle in radians.
Link copied to clipboard
The state of the touch point.
Link copied to clipboard
val x: Float
X coordinate relative to the left side of the view.
Link copied to clipboard
val y: Float
Y coordinate relative to the top side of the view.