static let `default`: RunLoop.Mode
The mode set to handle input sources other than connection objects.
接続オブジェクト以外の入力ソースを取り扱うために設定されるモード。
static let eventTracking : RunLoop.Mode
The mode set when tracking events modally, such as a mouse-dragging loop.
モーダルにイベントを追跡する時に設定されるモード、たとえばマウスドラッグモード。
static let modalPanel : RunLoop.Mode
The mode set when waiting for input from a modal panel, such as a save or open panel.
あるモーダルパネルから入力を待っている時に設定されるモード、たとえば保存または「開く」パネル。
static let tracking: RunLoop.Mode
The mode set while tracking in controls takes place.
コントロールにおける追跡が起こっている間に設定されるモード。