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

Function GetY

include/Touch.hpp:22–24  ·  view source on GitHub ↗

* Get touch position Y for touch point 0 (relative to screen size) */

Source from the content-addressed store, hash-verified

20 * Get touch position Y for touch point 0 (relative to screen size)
21 */
22RLCPP_MAYBEUNUSED RLCPPAPI inline int GetY() {
23 return ::GetTouchY();
24}
25
26/**
27 * Get touch position XY for a touch point index (relative to screen size)

Callers

nothing calls this directly

Calls 1

GetTouchYFunction · 0.85

Tested by

no test coverage detected