* Get touch position XY for a touch point index (relative to screen size) */
| 27 | * Get touch position XY for a touch point index (relative to screen size) |
| 28 | */ |
| 29 | RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetPosition(int index) { |
| 30 | return ::GetTouchPosition(index); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Get touch point identifier for given index |
no test coverage detected