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

Function GetTouchX

include/Mouse.hpp:117–119  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

115 * Get touch position X for touch point 0 (relative to screen size)
116 */
117RLCPP_MAYBEUNUSED RLCPPAPI inline int GetTouchX() {
118 return ::GetTouchX();
119}
120
121/**
122 * Get touch position Y for touch point 0 (relative to screen size)

Callers 1

GetXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected