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

Function GetTouchPosition

include/Mouse.hpp:131–133  ·  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

129 * Get touch position XY for a touch point index (relative to screen size)
130 */
131RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetTouchPosition(int index) {
132 return ::GetTouchPosition(index);
133}
134
135/**
136 * Get a ray trace from mouse position

Callers 1

GetPositionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected