MCPcopy 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
390void Platform::disable_input_processing()
391{
392 process_input_events = false;
393}
394
395void Platform::set_focus(bool _focused)
396{

Callers 1

trigger_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected