MCPcopy 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
27EventSource InputEvent::get_source() const
28{
29 return source;
30}
31
32KeyInputEvent::KeyInputEvent(KeyCode code, KeyAction action) :
33 InputEvent{EventSource::Keyboard},

Callers 9

input_eventMethod · 0.80
input_eventMethod · 0.80
input_eventMethod · 0.80
input_eventMethod · 0.80
input_eventMethod · 0.80
input_eventMethod · 0.80
input_eventMethod · 0.80
input_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected