Available on crate feature
api-12 only.Structs§
- @brief Defines an enum for modifier keys.
- @brief Enumerates the UI input event types.
- @brief Enumerates the hit test modes.
- @brief Defines the action code of the input event.
- @brief Defines the tool type of the touch event.
- @brief Defines the source type of the touch event.
- @brief Define the Action Code for mouse events.
- @brief Define the button type for mouse events.
Constants§
- Mouse.
- Touchscreen.
- Unknown source type.
- Finger.
- JoyStick.
- Mouse.
- Pen.
- TouchPad.
- Unknown tool type.
- Move.
- Press.
- Release.
- Invalid.
- Back.
- Forward.
- Left.
- Middle.
- None.
- Right.
- Cancellation of touch.
- Pressing of a touch point.
- Moving of a touch point.
- Lifting of a touch point.
Functions§
- @brief Obtains the value of the horizontal scroll axis for this axis event.
- @brief Obtains the scale value of the pinch axis for this axis event.
- @brief Obtains the value of the vertical scroll axis for this axis event.
- @brief Get the value of the mouse action type for mouse events.
- @brief Get the value of the button type for mouse events.
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief Obtains the occurrence time of a historical event from a directional input event (such as a touch event, mouse event, or axis event).
- @brief 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).
- @brief 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).
- @brief Obtains the pressure applied to the touchscreen in a specific historical event from a directional input event (for example, a touch event)..
- @brief Obtains the number of historical events from a directional input event (such as a touch event, mouse event, or axis event).
- @brief 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.
- @brief 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.
- @brief Obtains the height of the touch area in a specific historical event from a directional input event (for example, a touch event).
- @brief Obtains the width of the touch area in a specific historical event from a directional input event (for example, a touch event).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief Obtains the number of touch points from a directional input event (such as a touch event, mouse event, or axis event).
- @brief Obtains the ID of a touch point from a directional input event (such as a touch event, mouse event, or axis event).
- @brief Obtains the pressure applied to the touchscreen from a directional input event (for example, a touch event).
- @brief 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.
- @brief 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.
- @brief Obtains the height of the touch area from a directional input event (for example, a touch event).
- @brief Obtains the width of the touch area from a directional input event (for example, a touch event).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief 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).
- @brief Sets how the component behaves during hit testing.
- @brief Sets whether to prevent event bubbling.
- @brief Obtains the action type of this UI input event.
- @brief Obtains the time when this UI input event occurs.
- @brief Obtains the source type of this UI input event.
- @brief Obtains the tool type of this UI input event.
- @brief Obtains the type of this UI input event.