MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / check_and_block_input

Method check_and_block_input

source/MaaWin32ControlUnit/Input/SeizeInput.cpp:306–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void SeizeInput::check_and_block_input()
307{
308 if (!block_input_) {
309 return;
310 }
311 BlockInput(TRUE);
312}
313
314void SeizeInput::unblock_input()
315{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected