Struct oxygengine_input_device_web::touch::WebTouchPointer[][src]

pub struct WebTouchPointer {
    pub x: Scalar,
    pub y: Scalar,
    pub force: Scalar,
    pub radius_x: Scalar,
    pub radius_y: Scalar,
    pub angle: Scalar,
}

Fields

x: Scalary: Scalarforce: Scalarradius_x: Scalarradius_y: Scalarangle: Scalar

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.