* Get touch position Y for touch point 0 (relative to screen size) */
| 20 | * Get touch position Y for touch point 0 (relative to screen size) |
| 21 | */ |
| 22 | RLCPP_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) |
nothing calls this directly
no test coverage detected