Available on crate feature
api-12 only.Structs§
- Defines an enum for modifier keys.
- Enumerates the UI input event types.
- Enumerates the hit test modes.
Functions§
- Obtains the value of the horizontal scroll axis for this axis event.
- Obtains the scale value of the pinch axis for this axis event.
- Obtains the value of the vertical scroll axis for this axis event.
- Get the value of the mouse action type for mouse events.
- Get the value of the button type for mouse events.
- Obtains the X coordinate relative to the upper left corner of the current screen from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the X coordinate of a specific touch point relative to the upper left corner of the current screen from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate relative to the upper left corner of the current screen from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate of a specific touch point relative to the upper left corner of the current screen from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the X coordinate of a specific touch point in a historical event relative to the upper left corner of the current screen from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate of a specific touch point in a historical event relative to the upper left corner of the current screen from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the occurrence time of a historical event from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the number of touch points in a specific historical event from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the ID of a touch point in a specific historical event from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the pressure applied to the touchscreen in a specific historical event from a directional input event (for example, a touch event)..
- Obtains the number of historical events from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the angle relative to the YZ plane in a specific historical event from a directional input event (for example, a touch event). The value range is [-90, 90]. A positive value indicates a rightward tilt.
- Obtains the angle relative to the XZ plane in a specific historical event from a directional input event (for example, a touch event). The value range is [-90, 90]. A positive value indicates a downward tilt.
- Obtains the height of the touch area in a specific historical event from a directional input event (for example, a touch event).
- Obtains the width of the touch area in a specific historical event from a directional input event (for example, a touch event).
- Obtains the X coordinate of a specific touch point in a historical event relative to the upper left corner of the current application window from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate of a specific touch point in a historical event relative to the upper left corner of the current application window from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the X coordinate of a specific touch point in a historical event relative to the upper left corner of the current component from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate of a specific touch point in a historical event relative to the upper left corner of the current component from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the number of touch points from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the ID of a touch point from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the pressure applied to the touchscreen from a directional input event (for example, a touch event).
- Obtains the angle relative to the YZ plane from a directional input event (for example, a touch event). The value range is [-90, 90]. A positive value indicates a rightward tilt.
- Obtains the angle relative to the XZ plane from a directional input event (for example, a touch event). The value range is [-90, 90]. A positive value indicates a downward tilt.
- Obtains the height of the touch area from a directional input event (for example, a touch event).
- Obtains the width of the touch area from a directional input event (for example, a touch event).
- Obtains the X coordinate relative to the upper left corner of the current application window from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the X coordinate of a specific touch point relative to the upper left corner of the current application window from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate relative to the upper left corner of the current application window from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate of a specific touch point relative to the upper left corner of the current application window from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the X coordinate relative to the upper left corner of the current component from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the X coordinate of a specific touch point relative to the upper left corner of the current component from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate relative to the upper left corner of the current component from a directional input event (such as a touch event, mouse event, or axis event).
- Obtains the Y coordinate of a specific touch point relative to the upper left corner of the current component from a directional input event (such as a touch event, mouse event, or axis event).
- Sets how the component behaves during hit testing.
- Sets whether to prevent event bubbling.
- Obtains the action type of this UI input event.
- Obtains the time when this UI input event occurs.
- Obtains the source type of this UI input event.
- Obtains the tool type of this UI input event.
- Obtains the type of this UI input event.