| 304 | } |
| 305 | |
| 306 | void SeizeInput::check_and_block_input() |
| 307 | { |
| 308 | if (!block_input_) { |
| 309 | return; |
| 310 | } |
| 311 | BlockInput(TRUE); |
| 312 | } |
| 313 | |
| 314 | void SeizeInput::unblock_input() |
| 315 | { |
nothing calls this directly
no outgoing calls
no test coverage detected