Contents

NSTrackingArea.Options

The data type defined for the constants specified in the options parameter of Init(rect:options:owner:userinfo:). These constants are described below; you can specify multiple constants by performing a bitwise-OR operation with them. In particular, you must supply one or more of the tracking-type constants (that is, Mouseenteredandexited, Mousemoved, and Cursorupdate) and one of the active constants (that is, Activewhenfirstresponder, Activeinkeywindow, Activeinactiveapp, and Activealways). In addition, you may specify any of the behavior constants (that is, Assumeinside, Invisiblerect, and Enabledduringmousedrag).

Declaration

struct Options

Topics

Constants

Initializers