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