deltaX and deltaY together specify the precise direction in the XY plane
of the move if relevant (i.e. other than zoom intent). The direction
specifies the effective X ("left"/"right"), Y ("up"/"down") or Z ("in"/"out")
direction, or "none"/"ambiguous".
deltaZ specifies relative zoom in or out for zoom intents.
For zoom in, deltaZ is always > 1, and for zoom out it is < 1.
For non-zoom events it is 1.
For zoom intents, direction would be either in, out or none.
For other intents, it would be up, down, left, right, none or ambiguous.
deltaX
anddeltaY
together specify the precise direction in the XY plane of the move if relevant (i.e. other than zoom intent). The direction specifies the effective X ("left"/"right"), Y ("up"/"down") or Z ("in"/"out") direction, or "none"/"ambiguous".deltaZ
specifies relative zoom in or out for zoom intents. For zoom in, deltaZ is always > 1, and for zoom out it is < 1. For non-zoom events it is 1.For zoom intents,
direction
would be either in, out or none. For other intents, it would be up, down, left, right, none or ambiguous.For important notes on the delta values see