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

Function GetX

include/Touch.hpp:15–17  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13 * Get touch position X for touch point 0 (relative to screen size)
14 */
15RLCPP_MAYBEUNUSED RLCPPAPI inline int GetX() {
16 return ::GetTouchX();
17}
18
19/**
20 * Get touch position Y for touch point 0 (relative to screen size)

Callers

nothing calls this directly

Calls 1

GetTouchXFunction · 0.85

Tested by

no test coverage detected