Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_source
Method
get_source
framework/platform/input_events.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
EventSource InputEvent::get_source() const
28
{
29
return source;
30
}
31
32
KeyInputEvent::KeyInputEvent(KeyCode code, KeyAction action) :
33
InputEvent{EventSource::Keyboard},
Callers
9
input_event
Method · 0.80
register_shader_module
Method · 0.80
input_event
Method · 0.80
input_event
Method · 0.80
input_event
Method · 0.80
input_event
Method · 0.80
input_event
Method · 0.80
input_event
Method · 0.80
input_event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected