* Get touch position X for touch point 0 (relative to screen size) */
| 13 | * Get touch position X for touch point 0 (relative to screen size) |
| 14 | */ |
| 15 | RLCPP_MAYBEUNUSED RLCPPAPI inline int GetX() { |
| 16 | return ::GetTouchX(); |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Get touch position Y for touch point 0 (relative to screen size) |
nothing calls this directly
no test coverage detected