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

Function GetTouchY

include/Mouse.hpp:124–126  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

122 * Get touch position Y for touch point 0 (relative to screen size)
123 */
124RLCPP_MAYBEUNUSED RLCPPAPI inline int GetTouchY() {
125 return ::GetTouchY();
126}
127
128/**
129 * Get touch position XY for a touch point index (relative to screen size)

Callers 1

GetYFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected