Re-exports

pub extern crate pax_macro;

Macros

Structs

A Click occurs when the following sequence occurs: 0. mousedown

A Jab describes either a “click” (mousedown followed by mouseup), OR a “tap” with one finger (singular fingerdown event). Jabs are a useful alternative to most kinds of Click or Tap events, when you want the same behavior for both to be contained in one place.

The Literal form of a Property: a bare literal value with support for easing/interpolation

A sugary representation of an Affine transform+, including anchor and align as layout-computed properties.

Enums

Coproduct for storing various kinds of function pointer, needed to achieve compatibility with various native bridge mechanisms

A Size value that can be either a concrete pixel value or a percent of parent bounds.

Traits

An abstract Property that may be either: Literal, a dynamic runtime Expression, or a Timeline-bound value

Functions

Log to the appropriate native logging mechanism Most often called as pax::log("some message")

Type Definitions

Attribute Macros