Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_touch_points
Method
get_touch_points
framework/platform/input_events.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
std::size_t TouchInputEvent::get_touch_points() const
99
{
100
return touch_points;
101
}
102
103
float TouchInputEvent::get_pos_x() const
104
{
Callers
1
input_event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected