MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_action

Method get_action

framework/platform/input_events.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44KeyAction KeyInputEvent::get_action() const
45{
46 return action;
47}
48
49MouseButtonInputEvent::MouseButtonInputEvent(MouseButton button, MouseAction action, float pos_x, float pos_y) :
50 InputEvent{EventSource::Mouse},

Callers 7

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