IGesture.OnLostCapture Method (bool)
Called whenever a previous capture is lost, soft or hard.
It must be expected that this can be called at anytime. An IGesture implementation must be able to deal with lost captures at the start, middle, or end of a gesture, even if it's started making visual changes.
Location
- Namespace
- Fuse.Input
- Package
- Fuse.Nodes 2.9.1
Parameters
- forced
-
False if the capture is lost due to a cancel request by the gesture. True otherwise, in cases such as it losing priority or the app losing focus.