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

Method get_pos_y

framework/platform/input_events.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73float MouseButtonInputEvent::get_pos_y() const
74{
75 return pos_y;
76}
77
78TouchInputEvent::TouchInputEvent(int32_t pointer_id, std::size_t touch_points, TouchAction action, float pos_x, float pos_y) :
79 InputEvent{EventSource::Touchscreen},

Callers 4

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