MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetPosition

Function GetPosition

include/Touch.hpp:29–31  ·  view source on GitHub ↗

* Get touch position XY for a touch point index (relative to screen size) */

Source from the content-addressed store, hash-verified

27 * Get touch position XY for a touch point index (relative to screen size)
28 */
29RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetPosition(int index) {
30 return ::GetTouchPosition(index);
31}
32
33/**
34 * Get touch point identifier for given index

Callers 1

mainFunction · 0.50

Calls 1

GetTouchPositionFunction · 0.85

Tested by

no test coverage detected