Layer.releaseCapture

機能/意味
Cancel mouse event capture
タイプ
Layerクラスのメソッド
構文
releaseCapture()
引数
なし
戻り値
なし (void)
説明
 Cancel mouse event capture.
 Mouse event capture is a function in which mouse events are exclusively sent to only the layer where the mouse button was first pressed until the mouse button is released.
 This method removes this functionality and returns to normal mouse event handling.
 When this method is executed, mouse capture of layers belonging to the same window is canceled even if the layer on which the method is executed is different from the layer being captured.
 This method does nothing if not in capture state.