Interface

Clutter-51ClutterInputDeviceToolConstructorProps

interface ConstructorProps {
    axes: Clutter.InputAxisFlags;
    id: number | bigint;
    serial: number | bigint;
    type: Clutter.InputDeviceToolType;
}

Hierarchy (View Summary)

Index
id: number | bigint
serial: number | bigint