Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ disable_input_processing
Method
disable_input_processing
framework/platform/platform.cpp:390–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
void Platform::disable_input_processing()
391
{
392
process_input_events = false;
393
}
394
395
void Platform::set_focus(bool _focused)
396
{
Callers
1
trigger_command
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected