fidl_
fuchsia_
ui_
pointer_
common
0.0.1
Structs
MouseDeviceInfo
MouseEvent
MouseEventStreamInfo
MousePointerSample
MouseSourceWatchResponse
Rectangle
TouchDeviceInfo
TouchEvent
TouchInteractionId
TouchInteractionResult
TouchPointerSample
TouchResponse
TouchSourceUpdateResponseRequest
TouchSourceWatchRequest
TouchSourceWatchResponse
ViewParameters
Enums
EventPhase
MouseViewStatus
TouchInteractionStatus
TouchResponseType
Constants
MOUSE_MAX_EVENT
TOUCH_MAX_EVENT
Type Aliases
Mat3
Point2
RelativeMotion
RelativeMotionRange
fidl_fuchsia_ui_pointer_common
Type Alias
Mat3
Copy item path
Settings
Help
Summary
Source
pub type Mat3 = [
f32
;
9
];
Expand description
A floating-point 3x3 matrix.
The values are placed in column-major order.