Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosire/reshade
/ block_mouse_input
Method
block_mouse_input
source/input.cpp:486–489 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
484
}
485
486
void reshade::input::block_mouse_input(bool enable)
487
{
488
_block_mouse = enable;
489
}
490
void reshade::input::block_keyboard_input(bool enable)
491
{
492
_block_keyboard = enable;
Callers
1
draw_gui
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected