* Get touch position XY for a touch point index (relative to screen size) */
| 129 | * Get touch position XY for a touch point index (relative to screen size) |
| 130 | */ |
| 131 | RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetTouchPosition(int index) { |
| 132 | return ::GetTouchPosition(index); |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * Get a ray trace from mouse position |