ContextActionResult
Describes whether a contextual action should sink or pass input events.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
598 | Sink | 0 | If | |
598 | Pass | 1 | If |
Description
ContextActionResult
controls the behavior of multiple bound actions. It
gives the option of controlling whether or not a bound action should sink or
pass the input event, meaning other things (including other bound actions) can
process it.