Represents all mouse, pen and touch events
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait MouseOrPointerEventtrait InputEventtrait Serializabletrait Producttrait Equalstrait GlobalEventclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class PointerCancelclass PointerDownclass PointerEnterclass PointerLeaveclass PointerMoveclass PointerUpShow all
Members list
Value members
Abstract methods
The height (magnitude on the Y axis), of the contact geometry of the pointer relative to the magnification level
The height (magnitude on the Y axis), of the contact geometry of the pointer relative to the magnification level
Attributes
Indicates whether the pointer is considered primary - like first finger during multi-touch gesture
Indicates whether the pointer is considered primary - like first finger during multi-touch gesture
Attributes
Indicates the device type that caused the event (mouse, pen, touch, etc.)
Indicates the device type that caused the event (mouse, pen, touch, etc.)
Attributes
The normalized pressure of the pointer input in the range 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
The normalized pressure of the pointer input in the range 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
Attributes
The normalized tangential pressure of the pointer input (also known as barrel pressure or cylinder stress) in the range -1 to 1, where 0 is the neutral position of the control.
The normalized tangential pressure of the pointer input (also known as barrel pressure or cylinder stress) in the range -1 to 1, where 0 is the neutral position of the control.
Attributes
The plane angle (in radians, in the range of -1.570796 to 1.570796 (-90 - 90 degrees)) between the Y–Z plane and the plane containing both the pointer (e.g. pen stylus) axis and the Y axis.
The plane angle (in radians, in the range of -1.570796 to 1.570796 (-90 - 90 degrees)) between the Y–Z plane and the plane containing both the pointer (e.g. pen stylus) axis and the Y axis.
Attributes
The plane angle (in radians, in the range of -1.570796 to 1.570796 (-90 - 90 degrees)) between the X–Z plane and the plane containing both the pointer (e.g. pen stylus) axis and the X axis.
The plane angle (in radians, in the range of -1.570796 to 1.570796 (-90 - 90 degrees)) between the X–Z plane and the plane containing both the pointer (e.g. pen stylus) axis and the X axis.
Attributes
The clockwise rotation of the pointer (e.g. pen stylus) around its major axis in degrees, with a value in the range 0 to 6.265732 (0 to 359 degrees)
The clockwise rotation of the pointer (e.g. pen stylus) around its major axis in degrees, with a value in the range 0 to 6.265732 (0 to 359 degrees)
Attributes
Inherited methods
Pressed buttons
Indicates whether buttons are in active state
Whether the alt
key was pressed when the event was fired
Whether the alt
key was pressed when the event was fired
Attributes
- Inherited from:
- MouseOrPointerEvent
Whether the ctrl
key was pressed when the event was fired
Whether the ctrl
key was pressed when the event was fired
Attributes
- Inherited from:
- MouseOrPointerEvent
Whether the meta button (Windows key, or Cmd Key) key was pressed when the event was fired
Whether the meta button (Windows key, or Cmd Key) key was pressed when the event was fired
Attributes
- Inherited from:
- MouseOrPointerEvent
Whether the shift
key was pressed when the event was fired
Whether the shift
key was pressed when the event was fired
Attributes
- Inherited from:
- MouseOrPointerEvent
The delta position between this event and the last event relative to the magnification level
The delta position between this event and the last event relative to the magnification level
Attributes
- Inherited from:
- MouseOrPointerEvent
The delta X position between this event and the last event relative to the magnification level
The delta X position between this event and the last event relative to the magnification level
Attributes
- Inherited from:
- MouseOrPointerEvent
The delta Y position between this event and the last event relative to the magnification level
The delta Y position between this event and the last event relative to the magnification level
Attributes
- Inherited from:
- MouseOrPointerEvent
Coordinates relative to the magnification level
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
The X position relative to the magnification level
The Y position relative to the magnification level