Prevents propagation to further input handlers. This is useful when you have multiple input handlers and one of them should stop propagation of the key press.
Prevents propagation to further input handlers. This is useful when you have multiple input handlers and one of them should stop propagation of the key press.
1 bool state
the new key press propagation prevention state.