The distance, in pixel units, that an onscreen region moves.
SDKs
- macOS 10.3+
- Mac Catalyst 13.0+
Framework
- Core Graphics
Declaration
struct CGScreenUpdateMoveDelta
Overview
Move operation notifications are restricted to changes that move a region by an integer number of pixels. The fields d
and d
describe the direction of movement:
Positive values of
d
indicate movement to the right.X Negative values of
d
indicate movement to the left.X Positive values of
d
indicate movement downward.Y Negative values of
d
indicate movement upward.Y