Module dioxus_html::geometry

source ·
Expand description

Geometry primitives for representing e.g. mouse events

Re-exports

Structs

  • Coordinate space relative to the viewport
  • Coordinates of a point in the app’s interface
  • Coordinate space relative to an element
  • A unit in terms of Lines
  • Coordinate space relative to the page
  • A unit in terms of Screens:
  • A pixel unit: one unit corresponds to 1 pixel
  • Coordinate space relative to the screen

Enums

  • A vector representing the amount the mouse wheel was moved

Type Aliases