* Get touch position Y for touch point 0 (relative to screen size) */
| 122 | * Get touch position Y for touch point 0 (relative to screen size) |
| 123 | */ |
| 124 | RLCPP_MAYBEUNUSED RLCPPAPI inline int GetTouchY() { |
| 125 | return ::GetTouchY(); |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Get touch position XY for a touch point index (relative to screen size) |